Update limitlessled to 1.1.3 (#17703)
parent
b773a9049c
commit
3014930371
|
@ -20,7 +20,7 @@ from homeassistant.util.color import (
|
|||
color_temperature_mired_to_kelvin, color_hs_to_RGB)
|
||||
from homeassistant.helpers.restore_state import async_get_last_state
|
||||
|
||||
REQUIREMENTS = ['limitlessled==1.1.2']
|
||||
REQUIREMENTS = ['limitlessled==1.1.3']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -559,7 +559,7 @@ liffylights==0.9.4
|
|||
lightify==1.0.6.1
|
||||
|
||||
# homeassistant.components.light.limitlessled
|
||||
limitlessled==1.1.2
|
||||
limitlessled==1.1.3
|
||||
|
||||
# homeassistant.components.linode
|
||||
linode-api==4.1.9b1
|
||||
|
|
Loading…
Reference in New Issue