From f3e5cf0e5617d4f445281a41f55b5e7ae50429cb Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Sun, 22 Feb 2026 10:47:14 +0100 Subject: [PATCH] Add integration_type device to twinkly (#163735) --- homeassistant/components/twinkly/manifest.json | 1 + homeassistant/generated/integrations.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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" },