From 85dda685241df1e2319aca553026b01977040369 Mon Sep 17 00:00:00 2001 From: Guido Schmitz Date: Sat, 22 Oct 2022 15:55:23 +0200 Subject: [PATCH] Add integration_type to devolo integrations (#80695) --- homeassistant/components/devolo_home_control/manifest.json | 1 + homeassistant/components/devolo_home_network/manifest.json | 1 + homeassistant/generated/integrations.json | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/devolo_home_control/manifest.json b/homeassistant/components/devolo_home_control/manifest.json index 0de3cd7f07d..c6a25420333 100644 --- a/homeassistant/components/devolo_home_control/manifest.json +++ b/homeassistant/components/devolo_home_control/manifest.json @@ -1,6 +1,7 @@ { "domain": "devolo_home_control", "name": "devolo Home Control", + "integration_type": "hub", "documentation": "https://www.home-assistant.io/integrations/devolo_home_control", "requirements": ["devolo-home-control-api==0.18.2"], "after_dependencies": ["zeroconf"], diff --git a/homeassistant/components/devolo_home_network/manifest.json b/homeassistant/components/devolo_home_network/manifest.json index 94f26c8a615..945c314a196 100644 --- a/homeassistant/components/devolo_home_network/manifest.json +++ b/homeassistant/components/devolo_home_network/manifest.json @@ -1,6 +1,7 @@ { "domain": "devolo_home_network", "name": "devolo Home Network", + "integration_type": "device", "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/devolo_home_network", "requirements": ["devolo-plc-api==0.8.0"], diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index fad8266872b..677436c7f81 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -989,7 +989,7 @@ "name": "devolo Home Control" }, "devolo_home_network": { - "integration_type": "hub", + "integration_type": "device", "config_flow": true, "iot_class": "local_polling", "name": "devolo Home Network"