Is it possible to cycle a list of colours using a button press on a remote as the trigger?
I have a Philips hue Remote, and am using the Philips hue Hub. What I am trying to write is an automation (then convert to a blueprint) that will program the remote buttons:
Power single click : Toggle light status on/off
Bright single click: turn up the brightness
Dim single click: turn down the brightness
Power long press: tun off all lights (incase some are on, other off forces everything into the same state)
hue single click: rotate through a list of colors one step per click.
So far I have everything working except the last step. I have looked at a lot of blueprints/automations trying to figure out how this is done. With a limited knowledge of HA YAML I have got myself totally confused. Is there a way to do this? Does anyone have an example of something like this?
Greg