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