mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Update limitlessled requirement to v1.0.9 (#12275)
* Update limitlessled requirement to v1.0.9 * trigger cla * take back empty line
This commit is contained in:
parent
f2296e1ff8
commit
a9e2dd3427
@ -16,7 +16,7 @@ from homeassistant.components.light import (
|
|||||||
SUPPORT_RGB_COLOR, SUPPORT_TRANSITION, Light, PLATFORM_SCHEMA)
|
SUPPORT_RGB_COLOR, SUPPORT_TRANSITION, Light, PLATFORM_SCHEMA)
|
||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
|
|
||||||
REQUIREMENTS = ['limitlessled==1.0.8']
|
REQUIREMENTS = ['limitlessled==1.0.9']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -453,7 +453,7 @@ liffylights==0.9.4
|
|||||||
lightify==1.0.6.1
|
lightify==1.0.6.1
|
||||||
|
|
||||||
# homeassistant.components.light.limitlessled
|
# homeassistant.components.light.limitlessled
|
||||||
limitlessled==1.0.8
|
limitlessled==1.0.9
|
||||||
|
|
||||||
# homeassistant.components.linode
|
# homeassistant.components.linode
|
||||||
linode-api==4.1.4b2
|
linode-api==4.1.4b2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user