From f3590bd9cfd10b4373c71feed48dde450a6ec940 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Wed, 25 Feb 2026 07:27:08 +0100 Subject: [PATCH] Add integration_type device to yeelight (#163994) --- homeassistant/components/yeelight/manifest.json | 1 + homeassistant/generated/integrations.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/yeelight/manifest.json b/homeassistant/components/yeelight/manifest.json index 20d434da3c2..26c776975cd 100644 --- a/homeassistant/components/yeelight/manifest.json +++ b/homeassistant/components/yeelight/manifest.json @@ -14,6 +14,7 @@ "homekit": { "models": ["YL*"] }, + "integration_type": "device", "iot_class": "local_push", "loggers": ["async_upnp_client", "yeelight"], "requirements": ["yeelight==0.7.16", "async-upnp-client==0.46.2"], diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index be19afc5134..eacd59fa560 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -7972,7 +7972,7 @@ "name": "Yeelight", "integrations": { "yeelight": { - "integration_type": "hub", + "integration_type": "device", "config_flow": true, "iot_class": "local_push", "name": "Yeelight"