Hi guys,
I have 30 automations that send a notification to my old phone (using the companion app). I just got a new phone and realized I’d have to change the device ID in all 30 automations. I discovered I can link my devices to a person
and then send notifications to the person, which would allow me to update the device in only one place. However, my configuration doesn’t seem to be working. Could you help me identify the issue?
alias: Markise bei Sonnenuntergang einfahren
description: ""
triggers:
- at: "19:00:00"
trigger: time
conditions:
- condition: state
entity_id: cover.markise_wohnen
state: open
actions:
- target:
entity_id: cover.markise_wohnen
action: cover.close_cover
data: {}
- action: notify.notify
metadata: {}
data:
message: Markise eingefahren
target: person.benjamin
mode: single
1 post - 1 participant