23 lines
632 B
JSON
23 lines
632 B
JSON
{
|
|
"domain": "yeelight",
|
|
"name": "Yeelight",
|
|
"documentation": "https://www.home-assistant.io/integrations/yeelight",
|
|
"requirements": ["yeelight==0.7.9", "async-upnp-client==0.27.0"],
|
|
"codeowners": ["@zewelor", "@shenxn", "@starkillerOG", "@alexyao2015"],
|
|
"config_flow": true,
|
|
"dependencies": ["network"],
|
|
"quality_scale": "platinum",
|
|
"iot_class": "local_push",
|
|
"dhcp": [
|
|
{
|
|
"hostname": "yeelink-*"
|
|
}
|
|
],
|
|
"zeroconf": [{ "type": "_miio._udp.local.", "name": "yeelink-*" }],
|
|
"homekit": {
|
|
"models": ["YL*"]
|
|
},
|
|
"after_dependencies": ["ssdp"],
|
|
"loggers": ["async_upnp_client", "yeelight"]
|
|
}
|