Automation not working and not visible in UI

Hallo everybody,

Since around one week my (test) automations aren’t working anymore.
I can see that automation.yaml is still filled with all of my automation but when i go ot settings and check for automations in de UI i can’t see my automation.

I already took al automation out of automations.yaml and made one again via the UI but still its isn’t visible in the UI. I check all possible option but can’t see any mistakes. Automations.yaml and default_config are include in my configuration.yaml.

I see an error in logs but i can find the PY file with the terminal.

Logger: homeassistant
Source: core.py:2094
First occurred: 18 January 2024 at 22:58:15 (2 occurrences)
Last logged: 18 January 2024 at 23:05:06

Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/components/config/automation.py”, line 21, in hook
await hass.services.async_call(DOMAIN, SERVICE_RELOAD)
File “/usr/src/homeassistant/homeassistant/core.py”, line 2094, in async_call
raise ServiceNotFound(domain, service) from None
homeassistant.exceptions.ServiceNotFound: Service automation.reload not found.

I hope you guys and girls can help me with this problem!