Script editor and split up files

Following the suggestions for setting automations in the official doc, I tried the same also for scripts. And it works!

# Scripts created and edited in the UI
script ui: !include scripts.yaml
# Scripts created and edited manually
script manual: !include_dir_merge_named scripts/
1 Like