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-05-25 13:36:19 +00:00
|
|
|
"requirements": ["yeelight==0.6.3"],
|
2021-04-15 08:21:38 +00:00
|
|
|
"codeowners": ["@rytilahti", "@zewelor", "@shenxn"],
|
|
|
|
"config_flow": true,
|
2021-05-12 00:55:50 +00:00
|
|
|
"iot_class": "local_polling",
|
|
|
|
"dhcp": [{
|
|
|
|
"hostname": "yeelink-*"
|
|
|
|
}],
|
|
|
|
"homekit": {
|
|
|
|
"models": ["YLDP*"]
|
|
|
|
}
|
2021-04-15 08:21:38 +00:00
|
|
|
}
|