mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 08:47:10 +00:00
Limitless light: bump version; fix conf (#6006)
This commit is contained in:
parent
c1988acb36
commit
58e707a264
@ -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}
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user