mirror of
https://github.com/home-assistant/core.git
synced 2025-04-28 19:27:51 +00:00
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
This commit is contained in:
parent
3a4b4380a1
commit
34a9fb01ac
@ -17,8 +17,7 @@ from homeassistant.components.light import (
|
|||||||
PLATFORM_SCHEMA)
|
PLATFORM_SCHEMA)
|
||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
|
|
||||||
REQUIREMENTS = ['https://github.com/Danielhiversen/flux_led/archive/0.11.zip'
|
REQUIREMENTS = ['flux_led==0.12']
|
||||||
'#flux_led==0.11']
|
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -132,6 +132,9 @@ fitbit==0.2.3
|
|||||||
# homeassistant.components.sensor.fixer
|
# homeassistant.components.sensor.fixer
|
||||||
fixerio==0.1.1
|
fixerio==0.1.1
|
||||||
|
|
||||||
|
# homeassistant.components.light.flux_led
|
||||||
|
flux_led==0.12
|
||||||
|
|
||||||
# homeassistant.components.notify.free_mobile
|
# homeassistant.components.notify.free_mobile
|
||||||
freesms==0.1.1
|
freesms==0.1.1
|
||||||
|
|
||||||
@ -180,9 +183,6 @@ hikvision==0.4
|
|||||||
# homeassistant.components.nest
|
# homeassistant.components.nest
|
||||||
http://github.com/technicalpickles/python-nest/archive/e6c9d56a8df455d4d7746389811f2c1387e8cb33.zip#python-nest==3.0.3
|
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
|
# homeassistant.components.switch.tplink
|
||||||
https://github.com/GadgetReactor/pyHS100/archive/45fc3548882628bcde3e3d365db341849457bef2.zip#pyHS100==0.2.2
|
https://github.com/GadgetReactor/pyHS100/archive/45fc3548882628bcde3e3d365db341849457bef2.zip#pyHS100==0.2.2
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user