diff --git a/homeassistant/components/venstar/manifest.json b/homeassistant/components/venstar/manifest.json index 5991dc8fe513..eba5c8a6cd48 100644 --- a/homeassistant/components/venstar/manifest.json +++ b/homeassistant/components/venstar/manifest.json @@ -4,6 +4,7 @@ "codeowners": ["@garbled1", "@jhollowe"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/venstar", + "integration_type": "device", "iot_class": "local_polling", "loggers": ["venstarcolortouch"], "requirements": ["venstarcolortouch==0.21"] diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index eeb4bbb6806e..8fb1ff93c96a 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -7473,7 +7473,7 @@ }, "venstar": { "name": "Venstar", - "integration_type": "hub", + "integration_type": "device", "config_flow": true, "iot_class": "local_polling" },