diff --git a/homeassistant/components/light/flux_led.py b/homeassistant/components/light/flux_led.py index ca18511c660..97b2d1a1d23 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.16'] +REQUIREMENTS = ['flux_led==0.17'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 088d81dde65..a7740065776 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -168,7 +168,7 @@ fitbit==0.2.3 fixerio==0.1.1 # homeassistant.components.light.flux_led -flux_led==0.16 +flux_led==0.17 # homeassistant.components.notify.free_mobile freesms==0.1.1