I have a cat feeder that runs two times per day. If my wife and I aren’t home we don’t want the cat feeder to run so I configured two conditions that checked for our zone status. If one of us aren’t home the automation still runs however if we both aren’t home the automation cancels (we have a dog who LOVES cat food! )
My question is, sometimes we forget to feed the cats so I was hoping I could configure some sort of notification that will send if the automation doesn’t run because we both aren’t home.
I tried using the search function but everything had to do with failing. This has to do with conditions that aren’t met.
Here’s my code:
alias: Cat Food
description: “”
triggers:
trigger: time
at: “06:00:00”
trigger: time
at: “18:00:00”
conditions:
condition: or
conditions:
condition: zone
entity_id: person.sam
zone: zone.home
condition: or
conditions:
condition: zone
entity_id: person.pugliese_hh
zone: zone.home
actions:
device_id: 3ce9893943989f3207315cd1dc865900
domain: number
entity_id: e9f57b95b3f9c970e3aeb403ada31d31
type: set_value
value: 4
mode: single