From a11ab703b1512bb20d1605dba32c9a3e23a70fa8 Mon Sep 17 00:00:00 2001 From: Ludeeus Date: Fri, 14 May 2021 07:17:49 +0000 Subject: [PATCH] Add iot_class to manifest --- custom_components/integration_blueprint/manifest.json | 5 ++--- hacs.json | 3 +-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/custom_components/integration_blueprint/manifest.json b/custom_components/integration_blueprint/manifest.json index b1151c5..138b1e7 100644 --- a/custom_components/integration_blueprint/manifest.json +++ b/custom_components/integration_blueprint/manifest.json @@ -2,12 +2,11 @@ "domain": "integration_blueprint", "name": "Integration blueprint", "documentation": "https://github.com/custom-components/integration_blueprint", + "iot_class": "cloud_polling", "issue_tracker": "https://github.com/custom-components/integration_blueprint/issues", - "dependencies": [], "version": "0.0.0", "config_flow": true, "codeowners": [ "@ludeeus" - ], - "requirements": [] + ] } \ No newline at end of file diff --git a/hacs.json b/hacs.json index aa94fd4..38efd30 100644 --- a/hacs.json +++ b/hacs.json @@ -6,6 +6,5 @@ "sensor", "switch" ], - "iot_class": "Cloud Polling", "homeassistant": "0.118.0" -} +} \ No newline at end of file