All includes or not

At the bottom of this configuration documentation, I am not sure if I should have all three lines in my configuration.yaml file or just the last two.

All three are different keys, but the first and third are the same entry.

Please let me know the proper method. Thanks!

automation: !include automations.yaml                       # baseline include
automation manual: !include_dir_merge_list automations/     # My own handmade automations
automation ui: !include automations.yaml                    # Automations I create in the UI

No should not include automations.yaml multiple times. Best case it doesn’t do anything, or only fills your logs with a bunch of errors as it detects a bunch of automations with already existing ids being loaded. Remove either of the lines.

If you want to keep UI and YAML created automations in seperate files this is all you need: