diff --git a/homeassistant/components/light/flux_led.py b/homeassistant/components/light/flux_led.py index 1e1d4136142..a5474612496 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.9.zip' - '#flux_led==0.9'] +REQUIREMENTS = ['https://github.com/Danielhiversen/flux_led/archive/0.10.zip' + '#flux_led==0.10'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 924f534145d..f56c576f366 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -173,7 +173,7 @@ hikvision==0.4 http://github.com/technicalpickles/python-nest/archive/b8391d2b3cb8682f8b0c2bdff477179983609f39.zip#python-nest==3.0.2 # homeassistant.components.light.flux_led -https://github.com/Danielhiversen/flux_led/archive/0.9.zip#flux_led==0.9 +https://github.com/Danielhiversen/flux_led/archive/0.10.zip#flux_led==0.10 # homeassistant.components.switch.tplink https://github.com/GadgetReactor/pyHS100/archive/1f771b7d8090a91c6a58931532e42730b021cbde.zip#pyHS100==0.2.0