diff --git a/custom_components/danfoss_ally/manifest.json b/custom_components/danfoss_ally/manifest.json index 0981e5d..1b7410c 100644 --- a/custom_components/danfoss_ally/manifest.json +++ b/custom_components/danfoss_ally/manifest.json @@ -1,12 +1,10 @@ { "domain": "danfoss_ally", - "domains": ["binary_sensor", "climate", "sensor"], "name": "Danfoss Ally", "documentation": "https://github.com/MTrab/danfoss_ally/blob/master/README.md", "issue_tracker": "https://github.com/MTrab/danfoss_ally/issues", "requirements": ["pydanfossally==0.0.19"], "codeowners": ["@MTrab"], - "config_flow": true, - "iot_class": ["Cloud Polling"] + "config_flow": true }