mirror of
https://github.com/home-assistant/core.git
synced 2025-08-17 19:41:45 +02:00
@@ -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
|
||||||
|
Reference in New Issue
Block a user