diff --git a/homeassistant/components/openhome/manifest.json b/homeassistant/components/openhome/manifest.json index de6c56a01dd..2f34e44b24e 100644 --- a/homeassistant/components/openhome/manifest.json +++ b/homeassistant/components/openhome/manifest.json @@ -4,6 +4,7 @@ "codeowners": ["@bazwilliams"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/openhome", + "integration_type": "device", "iot_class": "local_polling", "loggers": ["async_upnp_client", "openhomedevice"], "requirements": ["openhomedevice==2.2.0"], diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index 0b627632ed6..7da8bb5116a 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -4779,7 +4779,7 @@ }, "openhome": { "name": "Linn / OpenHome", - "integration_type": "hub", + "integration_type": "device", "config_flow": true, "iot_class": "local_polling" },