Hi,
I’m trying to set up a custom automation, where i toggle my Philipps Hue Go lamp between different colors. Is there any documentation, where possible values for the color is listed (or the possible range)?
I have written the following automation snippet:
alias: Hue Go on
description: ""
trigger:
- platform: state
entity_id: input_button.hue_go_on
condition: []
action:
- service: light.turn_on
data:
hs_color: # what is this? I found that in this forum, but don't know the meaning.
- 0
- 100
target:
entity_id: light.hue_go
mode: single
Thanks and BR,
Michael