Add information about trigger for alarms
This commit is contained in:
parent
77c86d5ad7
commit
da16f87844
@ -25,7 +25,9 @@
|
|||||||
entity_id: alarm_control_panel.home_alarm
|
entity_id: alarm_control_panel.home_alarm
|
||||||
- service: notify.mobile_app_iphone
|
- service: notify.mobile_app_iphone
|
||||||
data:
|
data:
|
||||||
message: Alarm in hallway
|
title: "ALARM! Pending for disarm"
|
||||||
|
message: >
|
||||||
|
{{ state_attr(trigger.entity_id, 'friendly_name') }}
|
||||||
data:
|
data:
|
||||||
entity_id: camera.hallway
|
entity_id: camera.hallway
|
||||||
url:
|
url:
|
||||||
@ -69,7 +71,9 @@
|
|||||||
entity_id: alarm_control_panel.home_alarm
|
entity_id: alarm_control_panel.home_alarm
|
||||||
- service: notify.mobile_app_iphone
|
- service: notify.mobile_app_iphone
|
||||||
data:
|
data:
|
||||||
message: Alarm in Living Room !
|
title: "ALARM! Pending for disarm"
|
||||||
|
message: >
|
||||||
|
{{ state_attr(trigger.entity_id, 'friendly_name') }}
|
||||||
data:
|
data:
|
||||||
entity_id: camera.living_room
|
entity_id: camera.living_room
|
||||||
url:
|
url:
|
||||||
@ -101,7 +105,9 @@
|
|||||||
entity_id: alarm_control_panel.home_alarm
|
entity_id: alarm_control_panel.home_alarm
|
||||||
- service: notify.mobile_app_iphone
|
- service: notify.mobile_app_iphone
|
||||||
data:
|
data:
|
||||||
message: Alarm triggered
|
title: "ALARM! Pending for disarm"
|
||||||
|
message: >
|
||||||
|
{{ state_attr(trigger.entity_id, 'friendly_name') }}
|
||||||
data:
|
data:
|
||||||
url:
|
url:
|
||||||
_: "/lovelace-tablet/cctv"
|
_: "/lovelace-tablet/cctv"
|
||||||
@ -134,6 +140,14 @@
|
|||||||
action:
|
action:
|
||||||
- service: alarm_control_panel.alarm_trigger
|
- service: alarm_control_panel.alarm_trigger
|
||||||
entity_id: alarm_control_panel.home_alarm
|
entity_id: alarm_control_panel.home_alarm
|
||||||
|
- service: notify.mobile_app_iphone
|
||||||
|
data:
|
||||||
|
title: "ALARM! Pending for disarm"
|
||||||
|
message: >
|
||||||
|
{{ state_attr(trigger.entity_id, 'friendly_name') }}
|
||||||
|
data:
|
||||||
|
url:
|
||||||
|
_: "/lovelace-tablet/cctv"
|
||||||
|
|
||||||
- id: alarm-arm-away
|
- id: alarm-arm-away
|
||||||
alias: '[Alarm] Arm away'
|
alias: '[Alarm] Arm away'
|
||||||
@ -153,11 +167,6 @@
|
|||||||
entity_id: alarm_control_panel.home_alarm
|
entity_id: alarm_control_panel.home_alarm
|
||||||
to: 'pending'
|
to: 'pending'
|
||||||
action:
|
action:
|
||||||
- service: notify.notify
|
|
||||||
data:
|
|
||||||
message: "ALARM! Pending for disarm"
|
|
||||||
data:
|
|
||||||
importance: max
|
|
||||||
- service: zwave_js.set_config_parameter
|
- service: zwave_js.set_config_parameter
|
||||||
data:
|
data:
|
||||||
parameter: '7'
|
parameter: '7'
|
||||||
|
Loading…
Reference in New Issue
Block a user