1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
# needs: # light.fablab_led [ { alias = "State on HA start-up"; trigger = { platform = "homeassistant"; event = "start"; }; action = [ { service = "light.turn_on"; data = { entity_id = "light.fablab_led"; effect = "Rainbow"; }; } ]; } ]