Upgrade aiolifx (#8648)

This release includes a fix for multizone lights with zone counts that are not
a multiple of eight.
This commit is contained in:
Anders Melchiorsen 2017-07-26 12:33:00 +02:00 committed by Pascal Vizeli
parent 7c120748ce
commit 81a27e726c
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ import homeassistant.util.color as color_util
_LOGGER = logging.getLogger(__name__)
REQUIREMENTS = ['aiolifx==0.5.2', 'aiolifx_effects==0.1.1']
REQUIREMENTS = ['aiolifx==0.5.4', 'aiolifx_effects==0.1.1']
UDP_BROADCAST_PORT = 56700

View File

@ -49,7 +49,7 @@ aiodns==1.1.1
aiohttp_cors==0.5.3
# homeassistant.components.light.lifx
aiolifx==0.5.2
aiolifx==0.5.4
# homeassistant.components.light.lifx
aiolifx_effects==0.1.1