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"