Why do automations not show up?

Hi everyone, i don’t know why but in the last two days automations stopped updating: even if i write new automations in the automations folder they do not show up (and they do not work either)
I did not change anything in the configuration.yaml file and so it is like this:

automation: !include automations.yaml
automation old: !include_dir_merge_list automations

I tried switching the two include but still does not work
In the automations folder i have all the .yaml files but even if i write new automations and restart HA or reload automations they do not show… how can i do?

When you edit YAML always run the configuration check command (over SSH). On HAOS that’s

ha core check

That’ll tell you if there’s a problem that’ll cause it to reject your automation.

You’ll also find information in the log file if it has a problem.

I always run configuration check, still did not alert me of anything, solved using log files yet: i wrote ‘entity’ instead of ‘entity_id’ in the new automations i wrote… thank still

The UI check misses things the command spots.