Merge branch 'pr/3552' into dev
This commit is contained in:
commit
1f1ac02457
2 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ from homeassistant.components.light import (
|
|||
SUPPORT_RGB_COLOR, SUPPORT_TRANSITION, Light, PLATFORM_SCHEMA)
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
|
||||
REQUIREMENTS = ['limitlessled==1.0.0']
|
||||
REQUIREMENTS = ['limitlessled==1.0.2']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -239,7 +239,7 @@ liffylights==0.9.4
|
|||
lightify==1.0.3
|
||||
|
||||
# homeassistant.components.light.limitlessled
|
||||
limitlessled==1.0.0
|
||||
limitlessled==1.0.2
|
||||
|
||||
# homeassistant.components.notify.message_bird
|
||||
messagebird==1.2.0
|
||||
|
|
Loading…
Add table
Reference in a new issue