Is it possible to include file AND dir?

im using

automation: !include_dir_merge_list automation/

for my automations.

but the gui uses one big automations.yaml, is it possible to usw BOTH? my own in sperate files and that one big auto-generated?

Yes.

automation: !include automations.yaml
automation custom: !include_dir_merge_list automations
1 Like

Here’s the documentation supporting what Frits said: https://www.home-assistant.io/docs/automation/editor/

1 Like

thanks a lot :slight_smile: