diff --git a/homeassistant/components/light/flux_led.py b/homeassistant/components/light/flux_led.py index 209c3ab7724..95f13cad860 100644 --- a/homeassistant/components/light/flux_led.py +++ b/homeassistant/components/light/flux_led.py @@ -17,7 +17,7 @@ from homeassistant.components.light import ( SUPPORT_RGB_COLOR, Light, PLATFORM_SCHEMA) import homeassistant.helpers.config_validation as cv -REQUIREMENTS = ['flux_led==0.19'] +REQUIREMENTS = ['flux_led==0.20'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index d87abe0de66..f3e3de0eacd 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -237,7 +237,7 @@ fitbit==0.3.0 fixerio==0.1.1 # homeassistant.components.light.flux_led -flux_led==0.19 +flux_led==0.20 # homeassistant.components.notify.free_mobile freesms==0.1.1