updates
This commit is contained in:
@@ -523,3 +523,135 @@
|
|||||||
data:
|
data:
|
||||||
message: Declan's closet sensor battery is low.
|
message: Declan's closet sensor battery is low.
|
||||||
mode: single
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user