feat(automations): plant alerts to HA companion app (phone+iPad) [#344]
This commit is contained in:
+15
-5
@@ -11,7 +11,9 @@
|
||||
actions:
|
||||
- action: notify.send_message
|
||||
target:
|
||||
entity_id: notify.pushover
|
||||
entity_id:
|
||||
- notify.ultix_sidecar_new
|
||||
- notify.allthes_ipad
|
||||
data:
|
||||
title: POWER OUTAGE
|
||||
message: '{{ state_attr(trigger.entity_id, ''friendly_name'') }} lost utility
|
||||
@@ -33,7 +35,9 @@
|
||||
actions:
|
||||
- action: notify.send_message
|
||||
target:
|
||||
entity_id: notify.pushover
|
||||
entity_id:
|
||||
- notify.ultix_sidecar_new
|
||||
- notify.allthes_ipad
|
||||
data:
|
||||
title: UPS BATTERY LOW
|
||||
message: '{{ trigger.entity_id }} at {{ states(trigger.entity_id) }}% while
|
||||
@@ -53,7 +57,9 @@
|
||||
actions:
|
||||
- action: notify.send_message
|
||||
target:
|
||||
entity_id: notify.pushover
|
||||
entity_id:
|
||||
- notify.ultix_sidecar_new
|
||||
- notify.allthes_ipad
|
||||
data:
|
||||
title: UPS COMMS LOST
|
||||
message: '{{ trigger.entity_id }} unreachable for 5 minutes (nut-server or network
|
||||
@@ -75,7 +81,9 @@
|
||||
actions:
|
||||
- action: notify.send_message
|
||||
target:
|
||||
entity_id: notify.pushover
|
||||
entity_id:
|
||||
- notify.ultix_sidecar_new
|
||||
- notify.allthes_ipad
|
||||
data:
|
||||
title: Power restored
|
||||
message: '{{ state_attr(trigger.entity_id, ''friendly_name'') }} is back ONLINE.'
|
||||
@@ -103,7 +111,9 @@
|
||||
actions:
|
||||
- action: notify.send_message
|
||||
target:
|
||||
entity_id: notify.pushover
|
||||
entity_id:
|
||||
- notify.ultix_sidecar_new
|
||||
- notify.allthes_ipad
|
||||
data:
|
||||
title: HIGH TEMPERATURE
|
||||
message: '{{ trigger.entity_id }} is {{ states(trigger.entity_id) }}°F (threshold
|
||||
|
||||
Reference in New Issue
Block a user