From 5a926913d3da29e8911fbea03fe57be020525e03 Mon Sep 17 00:00:00 2001 From: Tim Date: Mon, 25 Jan 2016 10:00:15 +0000 Subject: [PATCH] Update to v0.6 of liffylights --- homeassistant/components/light/lifx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/light/lifx.py b/homeassistant/components/light/lifx.py index 64bdb946cf1..b2907c84e4e 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.5'] +REQUIREMENTS = ['liffylights==0.6'] DEPENDENCIES = [] CONF_SERVER = "server" # server address configuration item