2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "yeelight",
|
|
|
|
"name": "Yeelight",
|
2019-10-02 16:25:44 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/yeelight",
|
2022-01-03 12:42:09 +00:00
|
|
|
"requirements": ["yeelight==0.7.8", "async-upnp-client==0.23.3"],
|
2021-12-18 00:00:04 +00:00
|
|
|
"codeowners": ["@zewelor", "@shenxn", "@starkillerOG"],
|
2021-04-15 08:21:38 +00:00
|
|
|
"config_flow": true,
|
2021-08-21 00:09:22 +00:00
|
|
|
"dependencies": ["network"],
|
2021-08-18 17:32:52 +00:00
|
|
|
"quality_scale": "platinum",
|
2021-08-09 18:33:34 +00:00
|
|
|
"iot_class": "local_push",
|
2021-09-29 01:53:43 +00:00
|
|
|
"dhcp": [
|
|
|
|
{
|
|
|
|
"hostname": "yeelink-*"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"zeroconf": [{ "type": "_miio._udp.local.", "name": "yeelink-*" }],
|
2021-05-12 00:55:50 +00:00
|
|
|
"homekit": {
|
2021-08-24 15:51:25 +00:00
|
|
|
"models": ["YL*"]
|
2021-12-01 08:28:19 +00:00
|
|
|
},
|
|
|
|
"after_dependencies": ["ssdp"]
|
2021-04-15 08:21:38 +00:00
|
|
|
}
|