Hi, I'm looking for YAML help:
I have this automation ```yaml
- alias: device restarter
id: '1701106234000'
trigger:- platform: time
at: "12:09:15"
id: tr1
variables:
my_action: [{'service': 'script.turn_on', 'target': {'entity_id': 'script.my_script'}}]
action: # "{{ my_action }}" - delay: 1
- platform: time
and as you can see, I want to set the action dynamically.