Add notify_events step to cat notification automations
Mirror existing message/title to notify.notify_events for all litter level, wastebin-full, cat medication, and litter box monitor alerts. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -204,6 +204,10 @@ automation:
|
||||
data:
|
||||
message: "🐱 A cat is using the litter box right now!"
|
||||
title: "Litter Box Activity"
|
||||
- action: notify.notify_events
|
||||
data:
|
||||
message: "🐱 A cat is using the litter box right now!"
|
||||
title: "Litter Box Activity"
|
||||
mode: single
|
||||
|
||||
# --- Reset cat notification cooldown ---
|
||||
@@ -252,6 +256,10 @@ automation:
|
||||
message: "The litter box camera detects the box in a rotated/closed position. The mechanism may be stuck mid-cycle."
|
||||
title: "Litter Box Stuck Closed!"
|
||||
target: "joshua@cnjmail.com"
|
||||
- action: notify.notify_events
|
||||
data:
|
||||
message: "⚠️ The litter box is STUCK ROTATED CLOSED! Visual state is 'closed' — check the mechanism."
|
||||
title: "Litter Box STUCK CLOSED!"
|
||||
mode: single
|
||||
|
||||
# --- Reset stuck notification when status returns to normal/open ---
|
||||
@@ -298,6 +306,10 @@ automation:
|
||||
data:
|
||||
message: "🧹 The litter box could use a scoop! Cleanliness: {{ states('sensor.litter_box_camera_cleanliness_score') }}%"
|
||||
title: "Litter Box Needs Scooping"
|
||||
- action: notify.notify_events
|
||||
data:
|
||||
message: "🧹 The litter box could use a scoop! Cleanliness: {{ states('sensor.litter_box_camera_cleanliness_score') }}%"
|
||||
title: "Litter Box Needs Scooping"
|
||||
mode: single
|
||||
|
||||
# --- Reset scoop notification cooldown ---
|
||||
|
||||
Reference in New Issue
Block a user