use updated osram lightify 1.0.6 component, including bugfix allowing more than 27 devices (#8774)
This commit is contained in:
parent
50cd6c9a9c
commit
6ff340492b
2 changed files with 4 additions and 5 deletions
|
@ -23,8 +23,7 @@ from homeassistant.util.color import (
|
|||
color_xy_brightness_to_RGB)
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
|
||||
REQUIREMENTS = ['https://github.com/tfriedel/python-lightify/archive/'
|
||||
'1bb1db0e7bd5b14304d7bb267e2398cd5160df46.zip#lightify==1.0.5']
|
||||
REQUIREMENTS = ['lightify==1.0.6']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -315,9 +315,6 @@ https://github.com/robbiet480/pygtfs/archive/00546724e4bbcb3053110d844ca44e22462
|
|||
# homeassistant.components.binary_sensor.flic
|
||||
https://github.com/soldag/pyflic/archive/0.4.zip#pyflic==0.4
|
||||
|
||||
# homeassistant.components.light.osramlightify
|
||||
https://github.com/tfriedel/python-lightify/archive/1bb1db0e7bd5b14304d7bb267e2398cd5160df46.zip#lightify==1.0.5
|
||||
|
||||
# homeassistant.components.media_player.lg_netcast
|
||||
https://github.com/wokar/pylgnetcast/archive/v0.2.0.zip#pylgnetcast==0.2.0
|
||||
|
||||
|
@ -367,6 +364,9 @@ libsoundtouch==0.7.2
|
|||
# homeassistant.components.light.lifx_legacy
|
||||
liffylights==0.9.4
|
||||
|
||||
# homeassistant.components.light.osramlightify
|
||||
lightify==1.0.6
|
||||
|
||||
# homeassistant.components.light.limitlessled
|
||||
limitlessled==1.0.8
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue