parent
2e2537de2a
commit
1fa2f23864
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ from homeassistant.components.light import (
|
||||||
ATTR_TRANSITION, EFFECT_COLORLOOP, EFFECT_WHITE, FLASH_LONG, Light)
|
ATTR_TRANSITION, EFFECT_COLORLOOP, EFFECT_WHITE, FLASH_LONG, Light)
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
REQUIREMENTS = ['limitlessled==1.1.0']
|
REQUIREMENTS = ['limitlessled==1.0.0']
|
||||||
RGB_BOUNDARY = 40
|
RGB_BOUNDARY = 40
|
||||||
DEFAULT_TRANSITION = 0
|
DEFAULT_TRANSITION = 0
|
||||||
DEFAULT_PORT = 8899
|
DEFAULT_PORT = 8899
|
||||||
|
|
|
@ -112,7 +112,7 @@ jsonrpc-requests==0.1
|
||||||
liffylights==0.9.4
|
liffylights==0.9.4
|
||||||
|
|
||||||
# homeassistant.components.light.limitlessled
|
# homeassistant.components.light.limitlessled
|
||||||
limitlessled==1.1.0
|
limitlessled==1.0.0
|
||||||
|
|
||||||
# homeassistant.components.sensor.mfi
|
# homeassistant.components.sensor.mfi
|
||||||
# homeassistant.components.switch.mfi
|
# homeassistant.components.switch.mfi
|
||||||
|
|
Loading…
Add table
Reference in a new issue