mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 16:27:08 +00:00
update flux led library
This commit is contained in:
parent
19fae75669
commit
21ffe2ed9b
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user