I assume you are using the config above for automations written by hand in yaml?
if so you can actually specify two locations for you automations (or anythi8ng else since it uses the same syntax).
this is the config I use for splitting the automation config that allows me to save the GUI automation correctly along with the yaml automations:
# ## only used for the testing of the GUI editors
automation: !include automations.yaml
## All of my regular yaml automations go here
automation yaml: !include_dir_merge_list automations/
Ah. I hadn’t found the automation yaml syntax yet. That looks exactly like what I need (and you are correct, I went to hand-coding and split my configuration files up at the same time.)
Burningstone: Thanks. I’ll keep that in mind.
haberda & jazzyisj: That’s great. I can use that when my scenes or scripts grow to the point where I want to split them too.
Thanks.