core/homeassistant/components/yeelight/manifest.json

21 lines
548 B
JSON

{
"domain": "yeelight",
"name": "Yeelight",
"documentation": "https://www.home-assistant.io/integrations/yeelight",
"requirements": ["yeelight==0.7.8", "async-upnp-client==0.22.9"],
"codeowners": ["@rytilahti", "@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*"]
}
}