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",
|
2021-08-18 16:36:13 +00:00
|
|
|
"requirements": ["yeelight==0.7.2", "async-upnp-client==0.20.0"],
|
2021-08-09 18:33:34 +00:00
|
|
|
"codeowners": ["@rytilahti", "@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-05-12 00:55:50 +00:00
|
|
|
"dhcp": [{
|
|
|
|
"hostname": "yeelink-*"
|
|
|
|
}],
|
|
|
|
"homekit": {
|
2021-08-18 03:41:01 +00:00
|
|
|
"models": ["YLD*"]
|
2021-05-12 00:55:50 +00:00
|
|
|
}
|
2021-04-15 08:21:38 +00:00
|
|
|
}
|