From c1908d16b5d30d538e5a4433f5aa3913ab95ea41 Mon Sep 17 00:00:00 2001 From: sbilly Date: Mon, 16 Mar 2020 21:21:27 +0800 Subject: [PATCH] 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 --- homeassistant/components/yeelight/light.py | 1 + homeassistant/components/yeelight/manifest.json | 2 +- requirements_all.txt | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/yeelight/light.py b/homeassistant/components/yeelight/light.py index 2605823a99d..59863464d21 100644 --- a/homeassistant/components/yeelight/light.py +++ b/homeassistant/components/yeelight/light.py @@ -141,6 +141,7 @@ MODEL_TO_DEVICE_TYPE = { "ceiling2": BulbType.WhiteTemp, "ceiling3": BulbType.WhiteTemp, "ceiling4": BulbType.WhiteTempMood, + "ceiling13": BulbType.WhiteTemp, } EFFECTS_MAP = { diff --git a/homeassistant/components/yeelight/manifest.json b/homeassistant/components/yeelight/manifest.json index 1a181536d0b..c5396030813 100644 --- a/homeassistant/components/yeelight/manifest.json +++ b/homeassistant/components/yeelight/manifest.json @@ -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"] diff --git a/requirements_all.txt b/requirements_all.txt index 230b78d08e2..39b9857ca00 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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