mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 08:07:45 +00:00
Fix LIFX for single-zone strip extensions (#20604)
This commit is contained in:
parent
ca0ee509e7
commit
91aa874c0c
@ -714,3 +714,7 @@ class LIFXStrip(LIFXColor):
|
||||
if resp:
|
||||
zone += 8
|
||||
top = resp.count
|
||||
|
||||
# We only await multizone responses so don't ask for just one
|
||||
if zone == top-1:
|
||||
zone -= 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user