Automation Editor opens up wrong Automation (inc. Video)

Hi,

my Automation Editor did stange things with a few of my Automations. I clicked in on the Automation but it opens ip the other automation. Because of this, one Automation is not able to configure due the Editor.

They always called similar. But I can find what problem cause.

- action:
  - data:
      message: Garagentür vorne wurde würde geöffnet
    service: notify.ios
  alias: '2 Notify: Garagentür vorne wurde geöffnet bei Abwesenheit'
  condition:
  - condition: state
    entity_id: group.all_devices
    state: not_home
  id: '1514543372312'
  trigger:
  - entity_id: binary_sensor.door_window_sensor_158d0001aad1df
    from: 'off'
    platform: state
    to: 'on'
- action:
  - data:
      message: Garagentür hinten wurde würde geöffnet
    service: notify.ios
  alias: '1 Notify: Garagentür hinten wurde geöffnet bei Abwesenheit'
  condition:
  - condition: state
    entity_id: group.all_devices
    state: not_home
  id: '1514543372312'
  trigger:
  - entity_id: binary_sensor.door_window_sensor_158d0001e453f9
    from: 'off'
    platform: state
    to: 'on'

check the automation IDs in the Automation file…

I had a similar issue and was that IDs were mixed up.

1 Like

Thanks a lot. Because of a copy past error, the IDs were the same. I changed them, now its working!!