#Automations can't be edited from the UI

1 messages · Page 1 of 1 (latest)

severe trellis
#

For every automation, the UI editor says This automation cannot be edited from the UI, because it is not stored in the automations.yaml file, or doesn't have an ID. To my understanding both of these things are satisfied. They all have unique IDs (the stringified unix timestamp of when the automation was created) and most of them are in automations.yaml in the same folder as configuration.yaml.
I also had some issues with traces not surviving a restart, but that was a flaky thing I can't really reproduce. That's why I suspect something is wrong with my config somehow, but I can't see what exactly.

#

In my configuration.yaml I have this:

group: !include groups.yaml
automation: !include automations.yaml
automation telegram: !include automations-telegram.yaml 
script: !include scripts.yaml
#

automations in automations.yaml look like this:

- alias: Presence Arriving
  id: '1037294720570'
  trigger:
    ...