core/homeassistant/components/yeelight/manifest.json

14 lines
263 B
JSON
Raw Normal View History

{
"domain": "yeelight",
"name": "Yeelight",
"documentation": "https://www.home-assistant.io/integrations/yeelight",
2020-08-31 14:40:56 +00:00
"requirements": [
2020-10-09 11:30:42 +00:00
"yeelight==0.5.4"
2020-08-31 14:40:56 +00:00
],
"codeowners": [
"@rytilahti",
"@zewelor",
"@shenxn"
],
"config_flow": true
}