From f76dee8a05b89a89616b0b9fa284aae20de61ea8 Mon Sep 17 00:00:00 2001 From: Tim Date: Sat, 30 Jan 2016 20:48:57 +0000 Subject: [PATCH] Update to new release of liffylights --- homeassistant/components/light/lifx.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/light/lifx.py b/homeassistant/components/light/lifx.py index bc8b752f788..79c019c8417 100644 --- a/homeassistant/components/light/lifx.py +++ b/homeassistant/components/light/lifx.py @@ -28,7 +28,7 @@ from homeassistant.components.light import \ _LOGGER = logging.getLogger(__name__) -REQUIREMENTS = ['liffylights==0.9.0'] +REQUIREMENTS = ['liffylights==0.9.2'] DEPENDENCIES = [] CONF_SERVER = "server" # server address configuration item diff --git a/requirements_all.txt b/requirements_all.txt index d38b7044ddd..b48088467c4 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -52,7 +52,7 @@ blinkstick==1.1.7 phue==0.8 # homeassistant.components.light.lifx -liffylights==0.9.0 +liffylights==0.9.2 # homeassistant.components.light.limitlessled limitlessled==1.0.0