mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +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:
|
||||
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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user