Automation in packages while using the new automation editor, help?

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

  1. write in configuration.yaml

automation: !include automations.yaml     # new with editor
automation old: !include automation.yaml  # old
  1. I do need also in packages change from

automation:

to


automation old:

? Or not needed the change to automation_old???

Anything else?

You can only have automation: in packages. It’s fine to do this.