Bump limitlessled dependency to 1.0.5. (#6334)

This fixes issue #6295.
pull/6359/head
Jan Losinski 2017-03-02 14:18:44 +01:00 committed by Pascal Vizeli
parent 55dc483c91
commit c32300a386
2 changed files with 2 additions and 2 deletions

View File

@ -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.4']
REQUIREMENTS = ['limitlessled==1.0.5']
_LOGGER = logging.getLogger(__name__)

View File

@ -337,7 +337,7 @@ libsoundtouch==0.1.0
liffylights==0.9.4
# homeassistant.components.light.limitlessled
limitlessled==1.0.4
limitlessled==1.0.5
# homeassistant.components.media_player.liveboxplaytv
liveboxplaytv==1.4.9