From dcab64ccabd2400b4d6cc42ecc5b4af692058a28 Mon Sep 17 00:00:00 2001 From: Joshua King Date: Wed, 1 Jul 2026 21:50:49 -0400 Subject: [PATCH] updates --- automations.yaml | 0 automations/02_alerts_and_notifications.yaml | 132 +++++++++++++++++++ 2 files changed, 132 insertions(+) create mode 100644 automations.yaml diff --git a/automations.yaml b/automations.yaml new file mode 100644 index 0000000..e69de29 diff --git a/automations/02_alerts_and_notifications.yaml b/automations/02_alerts_and_notifications.yaml index f209269..f76a920 100644 --- a/automations/02_alerts_and_notifications.yaml +++ b/automations/02_alerts_and_notifications.yaml @@ -523,3 +523,135 @@ data: message: Declan's closet sensor battery is low. mode: single + +- id: '1782932601001' + alias: Luma Smart Litter Box Waste Bin Full Notification + description: Notify when the Petlibro Luma Smart Litter Box waste bin is full. + triggers: + - trigger: state + entity_id: + - binary_sensor.luma_smart_litter_box_waste_bin_full + enabled: true + to: 'on' + conditions: [] + actions: + - action: notify.mobile_app_joshuas_iphone_of_pain + metadata: {} + data: + message: Luma Smart Litter Box is full of crap + - action: notify.mobile_app_pollys_iphone + metadata: {} + data: + message: Luma Smart Litter Box is full of crap + - action: notify.mailgun_smtp + metadata: {} + data: + message: Luma Smart Litter Box is full of crap + title: CLEAN Luma Smart Litter Box - it's full of crap + target: joshua@cnjmail.com + enabled: false + - action: notify.notify_events + metadata: {} + data: + message: Luma Smart Litter Box is full of crap + title: CLEAN Luma Smart Litter Box - it's full of crap + mode: single + +- id: '1782932601002' + alias: Luma Smart Litter Box Water Empty Notification + description: Notify when the Petlibro Luma Smart Litter Box water is empty. + triggers: + - trigger: state + entity_id: + - sensor.luma_smart_litter_box_remaining_water + enabled: true + to: '0' + conditions: [] + actions: + - action: notify.mobile_app_joshuas_iphone_of_pain + metadata: {} + data: + message: Luma Smart Litter Box water is empty + - action: notify.mobile_app_pollys_iphone + metadata: {} + data: + message: Luma Smart Litter Box water is empty + - action: notify.mailgun_smtp + metadata: {} + data: + message: Luma Smart Litter Box water is empty + title: Luma Smart Litter Box water is empty + target: joshua@cnjmail.com + enabled: false + - action: notify.notify_events + metadata: {} + data: + message: Luma Smart Litter Box water is empty + title: Luma Smart Litter Box water is empty + mode: single + +- id: '1782932601003' + alias: Luma Smart Litter Box Device Error Notification + description: Notify when the Petlibro Luma Smart Litter Box reports a device error. + triggers: + - trigger: state + entity_id: + - binary_sensor.luma_smart_litter_box_device_error + enabled: true + to: 'on' + conditions: [] + actions: + - action: notify.mobile_app_joshuas_iphone_of_pain + metadata: {} + data: + message: "Luma Smart Litter Box has a device error: {{ states('sensor.luma_smart_litter_box_exception_message') }}" + - action: notify.mobile_app_pollys_iphone + metadata: {} + data: + message: "Luma Smart Litter Box has a device error: {{ states('sensor.luma_smart_litter_box_exception_message') }}" + - action: notify.mailgun_smtp + metadata: {} + data: + message: "Luma Smart Litter Box has a device error: {{ states('sensor.luma_smart_litter_box_exception_message') }}" + title: Luma Smart Litter Box device error + target: joshua@cnjmail.com + enabled: false + - action: notify.notify_events + metadata: {} + data: + message: "Luma Smart Litter Box has a device error: {{ states('sensor.luma_smart_litter_box_exception_message') }}" + title: Luma Smart Litter Box device error + mode: single + +- id: '1782932601004' + alias: Luma Smart Litter Box Door Error Notification + description: Notify when the Petlibro Luma Smart Litter Box reports a door error. + triggers: + - trigger: state + entity_id: + - binary_sensor.luma_smart_litter_box_door_error + enabled: true + to: 'on' + conditions: [] + actions: + - action: notify.mobile_app_joshuas_iphone_of_pain + metadata: {} + data: + message: Luma Smart Litter Box has a door error + - action: notify.mobile_app_pollys_iphone + metadata: {} + data: + message: Luma Smart Litter Box has a door error + - action: notify.mailgun_smtp + metadata: {} + data: + message: Luma Smart Litter Box has a door error + title: Luma Smart Litter Box door error + target: joshua@cnjmail.com + enabled: false + - action: notify.notify_events + metadata: {} + data: + message: Luma Smart Litter Box has a door error + title: Luma Smart Litter Box door error + mode: single