My goal is to turn on an MQTT light with a specific effects part of an automation, specifically - sun down = light on with rainbow effect.
Should be simple but have sunk a few hours into it without success, any suggestions?
My goal is to turn on an MQTT light with a specific effects part of an automation, specifically - sun down = light on with rainbow effect.
Should be simple but have sunk a few hours into it without success, any suggestions?
Set up a scene with the setting you want and turn that on, easy peasy
- name: BedRoomDance
entities:
light.led_wheel:
state: on
brightness: 255
effect: fire
That did the trick, appreciate the replies!