I set up my hue bulbs in fixtures outside for Halloween. I would really like them to cycle through a set of colors. I used this to get them rotating through random colors, but white, and green aren’t halloweenie.
`automation:
alias: Random GLeft
initial_state: False
hide_entity: False
trigger:
platform: time
seconds: '/5'
action:
service: homeassistant.turn_on
entity_id:
- light.gright
data:
effect: random
transition: 1
brightness: 255`
Any thoughts on how I could get this to cycle through a few selected colors like red, orange, purple and blue?