22 lines
568 B
JSON
22 lines
568 B
JSON
{
|
|
"domain": "yeelight",
|
|
"name": "Yeelight",
|
|
"documentation": "https://www.home-assistant.io/integrations/yeelight",
|
|
"requirements": ["yeelight==0.7.8", "async-upnp-client==0.23.4"],
|
|
"codeowners": ["@zewelor", "@shenxn", "@starkillerOG"],
|
|
"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"]
|
|
}
|