Files
Home-Assistant/automations/02_alerts_and_notifications.yaml
T

214 lines
5.1 KiB
YAML
Raw Normal View History

2026-06-28 14:27:20 -04:00
# Safety, device, and household alert automations.
- id: '1742155540986'
alias: 'Garage Floodlight Low Battery Notification '
description: ''
triggers:
- trigger: state
entity_id: binary_sensor.garage_floodlight_battery
to: 'on'
conditions: []
actions:
- action: script.notify_events_alerts
2026-06-28 14:27:20 -04:00
metadata: {}
data:
message: Garage floodlight batteries low
title: Garage floodlight batteries low
mode: single
- id: '1742841280696'
alias: Triple Threat Anti-Stink Juice Empty
description: ''
triggers:
- trigger: state
entity_id:
- sensor.triple_threat_spray_deodorant_liquid
enabled: true
to: '0'
conditions: []
actions:
- action: notify.notify_events_cats
2026-06-28 14:27:20 -04:00
metadata: {}
data:
message: Triple Threat's Anti-Stinky Juice is Empty
title: Triple Threat's Anti-Stinky Juice is Empty
mode: single
- id: '1742841650033'
alias: The Deuce Litter Level
description: ''
triggers:
- trigger: state
entity_id:
- sensor.the_deuce_litter_level
enabled: true
to: '65'
conditions: []
actions:
- action: notify.notify_events_cats
metadata: {}
data:
message: The Deuce's Litter is Low
title: The Deuce's Litter is Low
2026-06-28 14:27:20 -04:00
mode: single
- id: '1742841709247'
alias: Triple Threat Litter Level Notification
description: ''
triggers:
- trigger: state
entity_id:
- sensor.triple_threat_litter_level
enabled: true
conditions: []
actions:
- action: notify.notify_events_cats
metadata: {}
data:
message: Triple Threat's Litter is Low
title: Triple Threat's Litter is Low
2026-06-28 14:27:20 -04:00
mode: single
- id: '1742841764585'
alias: Cat Crapper 3000 Low Litter Level Notification
description: ''
triggers:
- trigger: state
entity_id:
- sensor.cat_crapper_3000_litter_level
enabled: true
to: '65'
conditions: []
actions:
- action: notify.notify_events_cats
metadata: {}
data:
message: Cat Crapper 3000's Litter is Low
title: Cat Crapper 3000's Litter is Low
2026-06-28 14:27:20 -04:00
mode: single
- id: '1742841838536'
alias: Poop Box Low Litter Level Notification
description: ''
triggers:
- trigger: state
entity_id:
- sensor.poop_box_litter_level
enabled: true
to: '65'
conditions: []
actions:
- action: notify.notify_events_cats
metadata: {}
data:
message: Poop Box's Litter is Low
title: Poop Box's Litter is Low
2026-06-28 14:27:20 -04:00
mode: single
- id: '1742842192548'
alias: Cat Crapper 3000 is full of crap notification
description: ''
triggers:
- trigger: state
entity_id:
- binary_sensor.cat_crapper_3000_wastebin_filled
enabled: true
to: 'on'
conditions: []
actions:
- action: notify.notify_events_cats
metadata: {}
data:
message: Cat Crapper 3000 is full of crap
title: CLEAN Cat Crapper 3000 - it's full of crap
2026-06-28 14:27:20 -04:00
mode: single
- id: '1742842261527'
alias: The Deuce is full of deuces notification
description: ''
triggers:
- trigger: state
entity_id:
- binary_sensor.the_deuce_wastebin_filled
enabled: true
to: 'on'
conditions: []
actions:
- action: notify.notify_events_cats
metadata: {}
data:
message: The Deuce is full of deuces (laundry room)
title: Too many dueces have been dropped!
2026-06-28 14:27:20 -04:00
mode: single
- id: '1742842372471'
alias: The Poop Box has runneth over Notification
description: ''
triggers:
- trigger: state
entity_id:
- binary_sensor.poop_box_wastebin_filled
enabled: true
to: 'on'
conditions: []
actions:
- action: notify.notify_events_cats
metadata: {}
data:
message: The Poop Box has runneth over (basement, left side)
title: The poop box is bursting!!
2026-06-28 14:27:20 -04:00
mode: single
- id: '1742842458817'
alias: Triple Threat Full Notification
description: ''
triggers:
- trigger: state
entity_id:
- binary_sensor.triple_threat_wastebin_filled
enabled: true
to: 'on'
conditions: []
actions:
- action: notify.notify_events_cats
metadata: {}
data:
message: Triple Threat can't take no more! (Basement, right side)
title: Triple Threat can't take no more!
2026-06-28 14:27:20 -04:00
mode: single
2026-07-01 21:50:49 -04:00
- 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.notify_events_cats
2026-07-01 21:50:49 -04:00
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: '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.notify_events_cats
2026-07-01 21:50:49 -04:00
metadata: {}
data:
message: Luma Smart Litter Box has a door error
title: Luma Smart Litter Box door error
mode: single