mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
re-fix conditionals
This commit is contained in:
parent
4d958c6d18
commit
7b968f6a6b
@ -164,7 +164,7 @@ class RGBWLimitlessLED(LimitlessLED):
|
|||||||
|
|
||||||
if effect == EFFECT_COLORLOOP:
|
if effect == EFFECT_COLORLOOP:
|
||||||
self.pool.execute(self.controller_id, "disco", self.group)
|
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)
|
self.pool.execute(self.controller_id, "white", self.group)
|
||||||
else:
|
else:
|
||||||
self.pool.execute(self.controller_id, "set_color",
|
self.pool.execute(self.controller_id, "set_color",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user