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:
parent
40356b4fc5
commit
c1908d16b5
3 changed files with 3 additions and 2 deletions
|
@ -141,6 +141,7 @@ MODEL_TO_DEVICE_TYPE = {
|
|||
"ceiling2": BulbType.WhiteTemp,
|
||||
"ceiling3": BulbType.WhiteTemp,
|
||||
"ceiling4": BulbType.WhiteTempMood,
|
||||
"ceiling13": BulbType.WhiteTemp,
|
||||
}
|
||||
|
||||
EFFECTS_MAP = {
|
||||
|
|
|
@ -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"]
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue