Limitless light: bump version; fix conf (#6006)

This commit is contained in:
happyleavesaoc 2017-02-15 01:45:04 -05:00 committed by Andrey
parent c1988acb36
commit 58e707a264
2 changed files with 4 additions and 2 deletions

View File

@ -17,7 +17,7 @@ from homeassistant.components.light import (
SUPPORT_RGB_COLOR, SUPPORT_TRANSITION, Light, PLATFORM_SCHEMA) SUPPORT_RGB_COLOR, SUPPORT_TRANSITION, Light, PLATFORM_SCHEMA)
import homeassistant.helpers.config_validation as cv import homeassistant.helpers.config_validation as cv
REQUIREMENTS = ['limitlessled==1.0.3'] REQUIREMENTS = ['limitlessled==1.0.4']
_LOGGER = logging.getLogger(__name__) _LOGGER = logging.getLogger(__name__)
@ -89,6 +89,8 @@ def rewrite_legacy(config):
}) })
new_bridges.append({ new_bridges.append({
'host': bridge_conf.get(CONF_HOST), 'host': bridge_conf.get(CONF_HOST),
'version': bridge_conf.get(CONF_VERSION),
'port': bridge_conf.get(CONF_PORT),
'groups': groups 'groups': groups
}) })
return {'bridges': new_bridges} return {'bridges': new_bridges}

View File

@ -320,7 +320,7 @@ libsoundtouch==0.1.0
liffylights==0.9.4 liffylights==0.9.4
# homeassistant.components.light.limitlessled # homeassistant.components.light.limitlessled
limitlessled==1.0.3 limitlessled==1.0.4
# homeassistant.components.media_player.liveboxplaytv # homeassistant.components.media_player.liveboxplaytv
liveboxplaytv==1.4.7 liveboxplaytv==1.4.7