bump limitlessled version

This commit is contained in:
happyleaves 2016-09-27 16:30:26 -04:00
parent 3dea4be2cc
commit 559f63bfc3
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ from homeassistant.components.light import (
SUPPORT_RGB_COLOR, SUPPORT_TRANSITION, Light) SUPPORT_RGB_COLOR, SUPPORT_TRANSITION, Light)
_LOGGER = logging.getLogger(__name__) _LOGGER = logging.getLogger(__name__)
REQUIREMENTS = ['limitlessled==1.0.0'] REQUIREMENTS = ['limitlessled==1.0.2']
RGB_BOUNDARY = 40 RGB_BOUNDARY = 40
DEFAULT_TRANSITION = 0 DEFAULT_TRANSITION = 0
DEFAULT_PORT = 8899 DEFAULT_PORT = 8899

View file

@ -225,7 +225,7 @@ liffylights==0.9.4
lightify==1.0.3 lightify==1.0.3
# homeassistant.components.light.limitlessled # homeassistant.components.light.limitlessled
limitlessled==1.0.0 limitlessled==1.0.2
# homeassistant.components.notify.message_bird # homeassistant.components.notify.message_bird
messagebird==1.2.0 messagebird==1.2.0