mirror of
https://github.com/home-assistant/core.git
synced 2025-07-08 22:07:10 +00:00
Updated limitlessled requirement to v1.0.8 (#7629)
This commit is contained in:
parent
f7d25396a4
commit
76b747edd6
@ -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.7']
|
REQUIREMENTS = ['limitlessled==1.0.8']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -354,7 +354,7 @@ libsoundtouch==0.3.0
|
|||||||
liffylights==0.9.4
|
liffylights==0.9.4
|
||||||
|
|
||||||
# homeassistant.components.light.limitlessled
|
# homeassistant.components.light.limitlessled
|
||||||
limitlessled==1.0.7
|
limitlessled==1.0.8
|
||||||
|
|
||||||
# homeassistant.components.media_player.liveboxplaytv
|
# homeassistant.components.media_player.liveboxplaytv
|
||||||
liveboxplaytv==1.4.9
|
liveboxplaytv==1.4.9
|
||||||
|
Loading…
x
Reference in New Issue
Block a user