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?
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
Here’s the documentation supporting what Frits said: https://www.home-assistant.io/docs/automation/editor/
thanks a lot