From 784fea2d561f67855f163be2a40e66beac0c59d1 Mon Sep 17 00:00:00 2001 From: Tim Date: Mon, 25 Jan 2016 19:08:48 +0000 Subject: [PATCH] Update for new liffylights version --- 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 fcfd5a853d2..5f32e5a51b4 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.8.7'] +REQUIREMENTS = ['liffylights==0.8.8'] DEPENDENCIES = [] CONF_SERVER = "server" # server address configuration item diff --git a/requirements_all.txt b/requirements_all.txt index 8d1057606fe..c700e9c1eb5 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.8.7 +liffylights==0.8.8 # homeassistant.components.light.limitlessled limitlessled==1.0.0