The Lifx integration supports setting affected zones when calling lifx.set_state
but it seems I cannot get it to work for my Lifx Candle Color bulb. According to their specs the bulb have 26 customizable zones. Whatever I put into zones
in the call the whole bulb changes color. Here’s two example calls, both changes the color of the whole bulb:
entity_id: light.enhorning
color_name: red
zones: 0
entity_id: light.enhorning
color_name: red
zones:
- 0
- 1
- 2
- 3
- 4
- 5
Does anyone have any experience with this or know about any limitations in the integration or if I’m doing something wrong here?