diff --git a/homeassistant/components/twinkly/manifest.json b/homeassistant/components/twinkly/manifest.json index a84eebf0f28..78f3308e401 100644 --- a/homeassistant/components/twinkly/manifest.json +++ b/homeassistant/components/twinkly/manifest.json @@ -12,6 +12,7 @@ } ], "documentation": "https://www.home-assistant.io/integrations/twinkly", + "integration_type": "device", "iot_class": "local_polling", "loggers": ["ttls"], "requirements": ["ttls==1.8.3"] diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index c41a5d96a87..d923b84bbbe 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -7274,7 +7274,7 @@ }, "twinkly": { "name": "Twinkly", - "integration_type": "hub", + "integration_type": "device", "config_flow": true, "iot_class": "local_polling" },