I decided to split my automations.yaml file for manageability. I included this in configuration.yaml
automation: !include_dir_merge_list automation
I then created a folder automation and a file.yaml for each automation removing the -id line. All of the automations are found and are working…but
- there are no longer automation entities
- the automations are not shown in configuration/automations
I was using lovelace to activate or deactivate automations and I need that function, but without entities, how do I control whether an automation should be active or not?