#automations not showing in device view

1 messages · Page 1 of 1 (latest)

ember sun
#

Hi all,
For some reason no automations are showing on the device pages.
I've restarted HA, reloaded all YAML files, created a new automation to see if it would show up.
I've checked the configuration file as well. it does still point to the automations file.
All of the automations are still working and showing up in the automation view, just not in the device views.

Any ideas?

sullen dagger
#

Do your automations actually use the device, or just the entities within it?

ember sun
sullen dagger
#

Hmmm strange, could you post an automation you think should be showing up?

ember sun
#
alias: "off"
description: ""
triggers:
  - type: no_motion
    device_id: 38f4530e55f3fb2db5b00632ee86875e
    entity_id: 5c84e557e324b7ba8b7f8e2545044c2b
    domain: binary_sensor
    trigger: device
conditions: []
actions:
  - type: turn_off
    device_id: 255b8e0c53742d90cd0c0e632087d480
    entity_id: 8c6cfd36a5dbe1c78d53b47033f5bc92
    domain: switch
mode: single
#

the automations used to be there before as well. But ever since i tried messing around with the blueprint they dissapeared at some point.
I did have an automation at a certain point that had an issue, so i had to manually create an entry with the same name to be able to delete it from the UI

sullen dagger
#

Weird... Not seen something like that, maybe someone more familiar with the front end will chime in

ember sun
#

Thank you for looking into it!

ember sun
#

Found the issue eventually. An automation and a blueprint had the same name. (Since i made the blueprint from that automation)
Apparently the blueprints and automations share a namespace where no duplicates can exist. Renaming the blueprint to something else fixed the issue.

sullen dagger
#

Oh! That makes sense, yeah. Blueprints are just automations where your inputs get copied and pasted into predefined locations so get treated the same everywhere except the ui.