Bump flux_led version and make use of PyPi package (#5267)

* Bump flux_led version and make use of PyPi package

* Makes script/gen_requirements_all.py happy
pull/5269/head
Marcelo Moreira de Mello 2017-01-11 00:45:46 -05:00 committed by Pascal Vizeli
parent 3a4b4380a1
commit 34a9fb01ac
2 changed files with 4 additions and 5 deletions

View File

@ -17,8 +17,7 @@ from homeassistant.components.light import (
PLATFORM_SCHEMA)
import homeassistant.helpers.config_validation as cv
REQUIREMENTS = ['https://github.com/Danielhiversen/flux_led/archive/0.11.zip'
'#flux_led==0.11']
REQUIREMENTS = ['flux_led==0.12']
_LOGGER = logging.getLogger(__name__)

View File

@ -132,6 +132,9 @@ fitbit==0.2.3
# homeassistant.components.sensor.fixer
fixerio==0.1.1
# homeassistant.components.light.flux_led
flux_led==0.12
# homeassistant.components.notify.free_mobile
freesms==0.1.1
@ -180,9 +183,6 @@ hikvision==0.4
# homeassistant.components.nest
http://github.com/technicalpickles/python-nest/archive/e6c9d56a8df455d4d7746389811f2c1387e8cb33.zip#python-nest==3.0.3
# homeassistant.components.light.flux_led
https://github.com/Danielhiversen/flux_led/archive/0.11.zip#flux_led==0.11
# homeassistant.components.switch.tplink
https://github.com/GadgetReactor/pyHS100/archive/45fc3548882628bcde3e3d365db341849457bef2.zip#pyHS100==0.2.2