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