Update notification tokens and refactor automation actions to use notify_events_cats for cat-related alerts. This enhances consistency in notification handling across the automation files.

This commit is contained in:
Joshua King
2026-07-14 13:20:41 -04:00
parent 3e174a1599
commit 643ea8a1b5
2 changed files with 13 additions and 34 deletions
+12 -33
View File
@@ -8,7 +8,7 @@
to: 'on' to: 'on'
conditions: [] conditions: []
actions: actions:
- action: notify.mobile_app_joshuas_iphone_of_pain - action: notify.notify_events_alerts
metadata: {} metadata: {}
data: data:
message: Garage floodlight batteries low message: Garage floodlight batteries low
@@ -26,7 +26,7 @@
to: '0' to: '0'
conditions: [] conditions: []
actions: actions:
- action: notify.notify_events - action: notify.notify_events_cats
metadata: {} metadata: {}
data: data:
message: Triple Threat's Anti-Stinky Juice is Empty message: Triple Threat's Anti-Stinky Juice is Empty
@@ -44,7 +44,7 @@
to: '65' to: '65'
conditions: [] conditions: []
actions: actions:
- action: notify.notify_events - action: notify.notify_events_cats
metadata: {} metadata: {}
data: data:
message: The Deuce's Litter is Low message: The Deuce's Litter is Low
@@ -61,7 +61,7 @@
enabled: true enabled: true
conditions: [] conditions: []
actions: actions:
- action: notify.notify_events - action: notify.notify_events_cats
metadata: {} metadata: {}
data: data:
message: Triple Threat's Litter is Low message: Triple Threat's Litter is Low
@@ -79,7 +79,7 @@
to: '65' to: '65'
conditions: [] conditions: []
actions: actions:
- action: notify.notify_events - action: notify.notify_events_cats
metadata: {} metadata: {}
data: data:
message: Cat Crapper 3000's Litter is Low message: Cat Crapper 3000's Litter is Low
@@ -97,7 +97,7 @@
to: '65' to: '65'
conditions: [] conditions: []
actions: actions:
- action: notify.notify_events - action: notify.notify_events_cats
metadata: {} metadata: {}
data: data:
message: Poop Box's Litter is Low message: Poop Box's Litter is Low
@@ -115,7 +115,7 @@
to: 'on' to: 'on'
conditions: [] conditions: []
actions: actions:
- action: notify.notify_events - action: notify.notify_events_cats
metadata: {} metadata: {}
data: data:
message: Cat Crapper 3000 is full of crap message: Cat Crapper 3000 is full of crap
@@ -133,7 +133,7 @@
to: 'on' to: 'on'
conditions: [] conditions: []
actions: actions:
- action: notify.notify_events - action: notify.notify_events_cats
metadata: {} metadata: {}
data: data:
message: The Deuce is full of deuces (laundry room) message: The Deuce is full of deuces (laundry room)
@@ -151,7 +151,7 @@
to: 'on' to: 'on'
conditions: [] conditions: []
actions: actions:
- action: notify.notify_events - action: notify.notify_events_cats
metadata: {} metadata: {}
data: data:
message: The Poop Box has runneth over (basement, left side) message: The Poop Box has runneth over (basement, left side)
@@ -169,34 +169,13 @@
to: 'on' to: 'on'
conditions: [] conditions: []
actions: actions:
- action: notify.notify_events - action: notify.notify_events_cats
metadata: {} metadata: {}
data: data:
message: Triple Threat can't take no more! (Basement, right side) message: Triple Threat can't take no more! (Basement, right side)
title: Triple Threat can't take no more! title: Triple Threat can't take no more!
mode: single mode: single
- id: '1771090372998'
alias: Declans Closet Door Battery Low Notification
description: ''
initial_state: false
triggers:
- trigger: numeric_state
entity_id:
- input_number.last_unavailable_count
below: 30
conditions: []
actions:
- action: notify.mobile_app_pollys_iphone
metadata: {}
data:
message: Declan's closet sensor battery is low.
- action: notify.mobile_app_joshuas_iphone_of_pain
metadata: {}
data:
message: Declan's closet sensor battery is low.
mode: single
- id: '1782932601001' - id: '1782932601001'
alias: Luma Smart Litter Box Waste Bin Full Notification alias: Luma Smart Litter Box Waste Bin Full Notification
description: Notify when the Petlibro Luma Smart Litter Box waste bin is full. description: Notify when the Petlibro Luma Smart Litter Box waste bin is full.
@@ -208,7 +187,7 @@
to: 'on' to: 'on'
conditions: [] conditions: []
actions: actions:
- action: notify.notify_events - action: notify.notify_events_cats
metadata: {} metadata: {}
data: data:
message: Luma Smart Litter Box is full of crap message: Luma Smart Litter Box is full of crap
@@ -226,7 +205,7 @@
to: 'on' to: 'on'
conditions: [] conditions: []
actions: actions:
- action: notify.notify_events - action: notify.notify_events_cats
metadata: {} metadata: {}
data: data:
message: Luma Smart Litter Box has a door error message: Luma Smart Litter Box has a door error
+1 -1
View File
@@ -31,7 +31,7 @@ http:
### notify_events ### ### notify_events ###
notify_events_cats: notify_events_cats:
token: !secret notify_event_token token: !secret notify_event_cats_token
notify_events_alerts: notify_events_alerts:
token: !secret notify_event_alerts_token token: !secret notify_event_alerts_token
### SMTP ### ### SMTP ###