Update limitlessled to 1.1.2 (#15481)
This commit is contained in:
parent
7d0cc7e26c
commit
60f780cc37
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,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.0']
|
||||
REQUIREMENTS = ['limitlessled==1.1.2']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -505,7 +505,7 @@ liffylights==0.9.4
|
|||
lightify==1.0.6.1
|
||||
|
||||
# homeassistant.components.light.limitlessled
|
||||
limitlessled==1.1.0
|
||||
limitlessled==1.1.2
|
||||
|
||||
# homeassistant.components.linode
|
||||
linode-api==4.1.9b1
|
||||
|
|
Loading…
Add table
Reference in a new issue