Fix LIFX for single-zone strip extensions (#20604)
This commit is contained in:
parent
ca0ee509e7
commit
91aa874c0c
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue