diff --git a/homeassistant/components/light/yeelightsunflower.py b/homeassistant/components/light/yeelightsunflower.py index df24f41edbe..ead00d97f64 100644 --- a/homeassistant/components/light/yeelightsunflower.py +++ b/homeassistant/components/light/yeelightsunflower.py @@ -17,7 +17,7 @@ from homeassistant.components.light import (Light, 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 35931779e87..3931a14c5fb 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