[light.lifx] Update aiolifx (#7882)

This makes LIFX Gen3 lights work with the current firmware.
This commit is contained in:
Anders Melchiorsen 2017-06-03 14:20:55 +02:00 committed by Lewis Juggins
parent 8461cf2717
commit 423e809e45
2 changed files with 2 additions and 2 deletions

View file

@ -37,7 +37,7 @@ from . import effects as lifx_effects
_LOGGER = logging.getLogger(__name__)
REQUIREMENTS = ['aiolifx==0.4.6']
REQUIREMENTS = ['aiolifx==0.4.7']
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.4.6
aiolifx==0.4.7
# homeassistant.components.scene.hunterdouglas_powerview
aiopvapi==1.4