Hi, trying now to make use of the new automation editor.
Currently I have
old automation in the file automation.yaml
new automation automatically saved in the file automations.yaml
a bunch of automation in packages (where inside they are called
automation:
Just to make sure I understand correctly what I have to do
- write in configuration.yaml
automation: !include automations.yaml # new with editor
automation old: !include automation.yaml # old
- I do need also in packages change from
automation:
to
automation old:
? Or not needed the change to automation_old???
Anything else?