bump limitlessled version

pull/3552/head
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)
_LOGGER = logging.getLogger(__name__)
REQUIREMENTS = ['limitlessled==1.0.0']
REQUIREMENTS = ['limitlessled==1.0.2']
RGB_BOUNDARY = 40
DEFAULT_TRANSITION = 0
DEFAULT_PORT = 8899

View File

@ -225,7 +225,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