Skip to content

Commit

Permalink
Merge pull request home-assistant#2754 from home-assistant/flux_led_lib
Browse files Browse the repository at this point in the history
update flux led library
  • Loading branch information
Danielhiversen authored Aug 8, 2016
2 parents 19fae75 + 21ffe2e commit fc101fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions homeassistant/components/light/flux_led.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
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"
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fc101fb

Please sign in to comment.