Hello, I have the following automation, and I am trying to set the notification to send to my phone . Which of the entities does it refer to? could you please help me ?
alias: Trigger alarm while away
description: ""
triggers:
- entity_id: binary_sensor.bathroom
to: "on"
trigger: state
- entity_id: binary_sensor.kitchen
to: "on"
trigger: state
- entity_id: binary_sensor.central_door
to: "on"
trigger: state
conditions:
- condition: state
entity_id: alarm_control_panel.home_alarm
state: armed_away
actions:
- action: siren.turn_on
metadata: {}
data: {}
- type: turn_on
device_id: c8e48a8654724fec95916677
entity_id: 60d84928940dce6529eac1d8
domain: switch
Since you only have three triggers, the simplest way might be to give each trigger an ID, then have a choose action so that a different message is sent for each one.