core/homeassistant/components/yeelight/manifest.json

16 lines
363 B
JSON
Raw Normal View History

{
"domain": "yeelight",
"name": "Yeelight",
"documentation": "https://www.home-assistant.io/integrations/yeelight",
2021-05-25 13:36:19 +00:00
"requirements": ["yeelight==0.6.3"],
"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*"]
}
}