diff --git a/homeassistant/components/light/flux_led.py b/homeassistant/components/light/flux_led.py index 5b25b86b9b9..035307f5678 100644 --- a/homeassistant/components/light/flux_led.py +++ b/homeassistant/components/light/flux_led.py @@ -17,8 +17,8 @@ from homeassistant.components.light import ( PLATFORM_SCHEMA) import homeassistant.helpers.config_validation as cv -REQUIREMENTS = ['https://github.com/Danielhiversen/flux_led/archive/0.6.zip' - '#flux_led==0.6'] +REQUIREMENTS = ['https://github.com/Danielhiversen/flux_led/archive/0.7.zip' + '#flux_led==0.7'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 2cf6e33051e..7bcdf36634c 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -139,7 +139,7 @@ hikvision==0.4 # http://github.com/adafruit/Adafruit_Python_DHT/archive/310c59b0293354d07d94375f1365f7b9b9110c7d.zip#Adafruit_DHT==1.3.0 # homeassistant.components.light.flux_led -https://github.com/Danielhiversen/flux_led/archive/0.6.zip#flux_led==0.6 +https://github.com/Danielhiversen/flux_led/archive/0.7.zip#flux_led==0.7 # homeassistant.components.switch.dlink https://github.com/LinuxChristian/pyW215/archive/v0.3.5.zip#pyW215==0.3.5