diff --git a/homeassistant/components/light/flux_led.py b/homeassistant/components/light/flux_led.py index 10fd4694133..58d229b20e9 100644 --- a/homeassistant/components/light/flux_led.py +++ b/homeassistant/components/light/flux_led.py @@ -13,8 +13,8 @@ from homeassistant.components.light import (ATTR_BRIGHTNESS, ATTR_RGB_COLOR, Light) import homeassistant.helpers.config_validation as cv -REQUIREMENTS = ['https://github.com/Danielhiversen/flux_led/archive/0.5.zip' - '#flux_led==0.5'] +REQUIREMENTS = ['https://github.com/Danielhiversen/flux_led/archive/0.6.zip' + '#flux_led==0.6'] _LOGGER = logging.getLogger(__name__) DOMAIN = "flux_led" diff --git a/requirements_all.txt b/requirements_all.txt index 8f67114db84..f1862991644 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -101,7 +101,7 @@ hikvision==0.4 # http://github.com/mala-zaba/Adafruit_Python_DHT/archive/4101340de8d2457dd194bca1e8d11cbfc237e919.zip#Adafruit_DHT==1.1.0 # homeassistant.components.light.flux_led -https://github.com/Danielhiversen/flux_led/archive/0.5.zip#flux_led==0.5 +https://github.com/Danielhiversen/flux_led/archive/0.6.zip#flux_led==0.6 # homeassistant.components.switch.dlink https://github.com/LinuxChristian/pyW215/archive/v0.1.1.zip#pyW215==0.1.1