core/homeassistant/components/yeelight/manifest.json

18 lines
467 B
JSON
Raw Normal View History

{
"domain": "yeelight",
"name": "Yeelight",
"documentation": "https://www.home-assistant.io/integrations/yeelight",
2021-08-18 16:36:13 +00:00
"requirements": ["yeelight==0.7.2", "async-upnp-client==0.20.0"],
"codeowners": ["@rytilahti", "@zewelor", "@shenxn", "@starkillerOG"],
"config_flow": true,
"dependencies": ["network"],
"quality_scale": "platinum",
"iot_class": "local_push",
2021-05-12 00:55:50 +00:00
"dhcp": [{
"hostname": "yeelink-*"
}],
"homekit": {
2021-08-18 03:41:01 +00:00
"models": ["YLD*"]
2021-05-12 00:55:50 +00:00
}
}