Add 'Yeelight LED Ceiling Light' model (#31615)

* Add 'Yeelight LED Ceiling Light' model

Add new model https://www.yeelight.com/en_US/product/luna

* Update requirements_all.txt bump to yeelight 0.5.1

Update requirements_all.txt bump to yeelight 0.5.1

* Update manifest.json, bump to 0.5.1

Update manifest.json, bump to 0.5.1
This commit is contained in:
sbilly 2020-03-16 21:21:27 +08:00 committed by GitHub
parent 40356b4fc5
commit c1908d16b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View file

@ -141,6 +141,7 @@ MODEL_TO_DEVICE_TYPE = {
"ceiling2": BulbType.WhiteTemp,
"ceiling3": BulbType.WhiteTemp,
"ceiling4": BulbType.WhiteTempMood,
"ceiling13": BulbType.WhiteTemp,
}
EFFECTS_MAP = {

View file

@ -2,7 +2,7 @@
"domain": "yeelight",
"name": "Yeelight",
"documentation": "https://www.home-assistant.io/integrations/yeelight",
"requirements": ["yeelight==0.5.0"],
"requirements": ["yeelight==0.5.1"],
"dependencies": [],
"after_dependencies": ["discovery"],
"codeowners": ["@rytilahti", "@zewelor"]

View file

@ -2143,7 +2143,7 @@ yahooweather==0.10
yalesmartalarmclient==0.1.6
# homeassistant.components.yeelight
yeelight==0.5.0
yeelight==0.5.1
# homeassistant.components.yeelightsunflower
yeelightsunflower==0.0.10