LIFX: Update aiolifx requirement

This update silences some warnings (frawau/aiolifx#7).
This commit is contained in:
Anders Melchiorsen 2017-04-29 18:27:22 +02:00
parent ec490070ca
commit 193270c4fb
2 changed files with 2 additions and 2 deletions

View File

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

View File

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