From 4dc4a98caaf799c063a39c247f951d1a1c3ff3d2 Mon Sep 17 00:00:00 2001 From: Anders Melchiorsen Date: Sat, 3 Jun 2017 14:20:55 +0200 Subject: [PATCH] [light.lifx] Update aiolifx (#7882) This makes LIFX Gen3 lights work with the current firmware. --- homeassistant/components/light/lifx/__init__.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/light/lifx/__init__.py b/homeassistant/components/light/lifx/__init__.py index ea2d4f0281f..1a0e8d7d9ed 100644 --- a/homeassistant/components/light/lifx/__init__.py +++ b/homeassistant/components/light/lifx/__init__.py @@ -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 diff --git a/requirements_all.txt b/requirements_all.txt index 29f8830d01b..dee3c92ee4e 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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