1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-02 08:26:41 +01:00

Add integration_type device to yeelight (#163994)

This commit is contained in:
Joost Lekkerkerker
2026-02-25 07:27:08 +01:00
committed by GitHub
parent ae7f71219f
commit f3590bd9cf
2 changed files with 2 additions and 1 deletions

View File

@@ -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"],

View File

@@ -7972,7 +7972,7 @@
"name": "Yeelight",
"integrations": {
"yeelight": {
"integration_type": "hub",
"integration_type": "device",
"config_flow": true,
"iot_class": "local_push",
"name": "Yeelight"