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:
committed by
GitHub
parent
ae7f71219f
commit
f3590bd9cf
@@ -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"],
|
||||
|
||||
@@ -7972,7 +7972,7 @@
|
||||
"name": "Yeelight",
|
||||
"integrations": {
|
||||
"yeelight": {
|
||||
"integration_type": "hub",
|
||||
"integration_type": "device",
|
||||
"config_flow": true,
|
||||
"iot_class": "local_push",
|
||||
"name": "Yeelight"
|
||||
|
||||
Reference in New Issue
Block a user