mirror of https://github.com/home-assistant/core
27 lines
626 B
JSON
27 lines
626 B
JSON
{
|
|
"domain": "yeelight",
|
|
"name": "Yeelight",
|
|
"after_dependencies": ["ssdp"],
|
|
"codeowners": ["@zewelor", "@shenxn", "@starkillerOG", "@alexyao2015"],
|
|
"config_flow": true,
|
|
"dependencies": ["network"],
|
|
"dhcp": [
|
|
{
|
|
"hostname": "yeelink-*"
|
|
}
|
|
],
|
|
"documentation": "https://www.home-assistant.io/integrations/yeelight",
|
|
"homekit": {
|
|
"models": ["YL*"]
|
|
},
|
|
"iot_class": "local_push",
|
|
"loggers": ["async_upnp_client", "yeelight"],
|
|
"requirements": ["yeelight==0.7.14", "async-upnp-client==0.41.0"],
|
|
"zeroconf": [
|
|
{
|
|
"type": "_miio._udp.local.",
|
|
"name": "yeelink-*"
|
|
}
|
|
]
|
|
}
|