Hi,
How can I use a field (input to a script), such as
test_script:
fields:
sequences:
name: Actions
description: Actions
default: []
selector:
action:
[...]
- service: script.turn_om
target:
entity_id: script.test_script
data:
variables:
sequences:
- service: [...]
in an sequence in the script?
E.g you can do this with automation blueprints, e.g
- choose:
default: <-- run it here
But I’m not able to do it in a script. Any ideas how I can accomplish that?