From 25211ea42d8041ce2928c1df286686296dfbd415 Mon Sep 17 00:00:00 2001 From: Morten Trab Date: Mon, 18 Jan 2021 20:32:41 +0100 Subject: [PATCH] Update manifest.json --- custom_components/danfoss_ally/manifest.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 }