diff --git a/homeassistant/components/light/flux_led.py b/homeassistant/components/light/flux_led.py index f39ef3881a6..798ad804fa1 100644 --- a/homeassistant/components/light/flux_led.py +++ b/homeassistant/components/light/flux_led.py @@ -18,7 +18,7 @@ from homeassistant.components.light import ( PLATFORM_SCHEMA) import homeassistant.helpers.config_validation as cv -REQUIREMENTS = ['flux_led==0.18'] +REQUIREMENTS = ['flux_led==0.19'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 189349b0ad4..a3984928c17 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -184,7 +184,7 @@ fitbit==0.2.3 fixerio==0.1.1 # homeassistant.components.light.flux_led -flux_led==0.18 +flux_led==0.19 # homeassistant.components.notify.free_mobile freesms==0.1.1