I have created my automations in yaml files, one per room. Then I include them using
automation: !include_dir_merge_list automations/
in my configuration.yaml.
Then I found a blueprint I wanted to use. I imported it and created a automation based on the blueprint. But it did not show up among my automations. However it was added in automations.yaml which I did not include.
All automations created via Blueprints or the Automation Editor will be stored in automations.yaml. All other automations you create manually continue to be in the automations sub-directory. The automations in both locations will be visible in Configuration > Automations.
How should I have understood the I should add manual to the automation row? Can I read about this somewhere? I admit that I have not read all the documentation but I have read quite a lot of it.
Please consider marking my post (above) with the Solution tag (instead of adding [Solved] to the topic’s title). It will automatically place a check-mark next to the topic’s title which signals to other users that this topic has an accepted solution. This helps user find answers to similar questions.