diff --git a/homeassistant/components/light/flux_led.py b/homeassistant/components/light/flux_led.py index f0f719fd15f..ca18511c660 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.15'] +REQUIREMENTS = ['flux_led==0.16'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index e766ed0c854..0c41139c3f4 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -161,7 +161,7 @@ fitbit==0.2.3 fixerio==0.1.1 # homeassistant.components.light.flux_led -flux_led==0.15 +flux_led==0.16 # homeassistant.components.notify.free_mobile freesms==0.1.1