I have a state trigger for an away automation, but it failed to trigger because one of us was in a "Work" zone and it didn't match "not_home" condition. Do I have this misconfigured?
Here is the step from the trace:
Executed: December 4, 2024 at 9:16:23 AM
Result:
result: false
state: Work - Larry
wanted_state: not_home
alias: Away Automation
description: ''
triggers:
- trigger: state
entity_id:
- person.larry
- person.moe
- person.curly
from: home
to: not_home
for:
hours: 0
minutes: 3
seconds: 0
conditions:
- condition: state
entity_id: person.larry
state: not_home
- condition: state
entity_id: person.moe
state: not_home
- condition: state
entity_id: person.curly
state: not_home