From 9f04b555729f79525d5b19611dc55f6488506c1b Mon Sep 17 00:00:00 2001 From: Lindsay Ward Date: Fri, 24 Feb 2017 23:13:55 +1000 Subject: [PATCH] Update Yeelight Sunflower light platform to 0.0.6 (#6208) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add an optional extended description… --- homeassistant/components/light/yeelightsunflower.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/light/yeelightsunflower.py b/homeassistant/components/light/yeelightsunflower.py index df24f41edbe540..ead00d97f64769 100644 --- a/homeassistant/components/light/yeelightsunflower.py +++ b/homeassistant/components/light/yeelightsunflower.py @@ -17,7 +17,7 @@ from homeassistant.const import CONF_HOST import homeassistant.helpers.config_validation as cv -REQUIREMENTS = ['yeelightsunflower==0.0.5'] +REQUIREMENTS = ['yeelightsunflower==0.0.6'] SUPPORT_YEELIGHT_SUNFLOWER = (SUPPORT_BRIGHTNESS | SUPPORT_RGB_COLOR) _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 35931779e8776c..3931a14c5fbf74 100755 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -760,7 +760,7 @@ yahooweather==0.8 yeelight==0.2.2 # homeassistant.components.light.yeelightsunflower -yeelightsunflower==0.0.5 +yeelightsunflower==0.0.6 # homeassistant.components.light.zengge zengge==0.2