From 7b968f6a6b6b289a2d7f8b3823565d74341f7d09 Mon Sep 17 00:00:00 2001 From: happyleaves Date: Mon, 2 Nov 2015 18:11:58 -0500 Subject: [PATCH] re-fix conditionals --- homeassistant/components/light/limitlessled.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/light/limitlessled.py b/homeassistant/components/light/limitlessled.py index fef6cd0b8b1..0e2ce2230ac 100644 --- a/homeassistant/components/light/limitlessled.py +++ b/homeassistant/components/light/limitlessled.py @@ -164,7 +164,7 @@ class RGBWLimitlessLED(LimitlessLED): if effect == EFFECT_COLORLOOP: self.pool.execute(self.controller_id, "disco", self.group) - if effect == EFFECT_WHITE: + elif effect == EFFECT_WHITE: self.pool.execute(self.controller_id, "white", self.group) else: self.pool.execute(self.controller_id, "set_color",