Update aiolifx (#7279)

This contains a fix for TypeError bug seen only with LIFX Z.
This commit is contained in:
Anders Melchiorsen 2017-04-24 21:09:14 +02:00 committed by Fabian Affolter
parent ead457f312
commit 4f5ec3e360
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ from . import effects as lifx_effects
_LOGGER = logging.getLogger(__name__) _LOGGER = logging.getLogger(__name__)
REQUIREMENTS = ['aiolifx==0.4.4'] REQUIREMENTS = ['aiolifx==0.4.5']
UDP_BROADCAST_PORT = 56700 UDP_BROADCAST_PORT = 56700

View File

@ -48,7 +48,7 @@ aiodns==1.1.1
aiohttp_cors==0.5.3 aiohttp_cors==0.5.3
# homeassistant.components.light.lifx # homeassistant.components.light.lifx
aiolifx==0.4.4 aiolifx==0.4.5
# homeassistant.components.alarmdecoder # homeassistant.components.alarmdecoder
alarmdecoder==0.12.1.0 alarmdecoder==0.12.1.0