core/homeassistant/components/yeelight/manifest.json

16 lines
377 B
JSON

{
"domain": "yeelight",
"name": "Yeelight",
"documentation": "https://www.home-assistant.io/integrations/yeelight",
"requirements": ["yeelight==0.7.2"],
"codeowners": ["@rytilahti", "@zewelor", "@shenxn", "@starkillerOG"],
"config_flow": true,
"iot_class": "local_push",
"dhcp": [{
"hostname": "yeelink-*"
}],
"homekit": {
"models": ["YLDP*"]
}
}