Upgrade flux_led to 0.17 (#6929)

* Update flux_led lib
This commit is contained in:
Daniel Høyer Iversen 2017-04-04 10:42:51 +02:00 committed by GitHub
parent 23645da74c
commit 86d265d407
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ from homeassistant.components.light import (
PLATFORM_SCHEMA)
import homeassistant.helpers.config_validation as cv
REQUIREMENTS = ['flux_led==0.17']
REQUIREMENTS = ['flux_led==0.18']
_LOGGER = logging.getLogger(__name__)

View file

@ -168,7 +168,7 @@ fitbit==0.2.3
fixerio==0.1.1
# homeassistant.components.light.flux_led
flux_led==0.17
flux_led==0.18
# homeassistant.components.notify.free_mobile
freesms==0.1.1