Configuration.yaml help

Hi all

I have in my configuration.yaml

automation: !include automations.yaml
automation mine: !include_dir_list automation/

Now I need to move all my automations from automations.yaml somewhere else because I want to save some blueprints. If I do it with the above set up all the formats of my automations (are manual) and will be lost.

The problem with !include_dir_list automation/ is that I have to create one file for each automation I have in automations.yaml and I don’t want that.

Can I have a 3rd line
like

automation all: !include automations_all.yaml ?

if not how can I achieve that?

I think it is possible.

yes, just tried it and it is working. thanks!