diff --git a/homeassistant/components/light/yeelight.py b/homeassistant/components/light/yeelight.py index 33c84df14be..ca10d246ce8 100644 --- a/homeassistant/components/light/yeelight.py +++ b/homeassistant/components/light/yeelight.py @@ -26,7 +26,7 @@ from homeassistant.components.light import ( Light, PLATFORM_SCHEMA) import homeassistant.helpers.config_validation as cv -REQUIREMENTS = ['yeelight==0.3.3'] +REQUIREMENTS = ['yeelight==0.4.0'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index b71f8c902a2..a4c866e79df 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1292,7 +1292,7 @@ yahoo-finance==1.4.0 yahooweather==0.10 # homeassistant.components.light.yeelight -yeelight==0.3.3 +yeelight==0.4.0 # homeassistant.components.light.yeelightsunflower yeelightsunflower==0.0.8