Fix garage automation triggers and improve presence handling

- Update leaving trigger to fire on any transition from "home" (not just to "not_home")
- Handle zone-based states (e.g. Arbeit, Dybbroparken) correctly
- Relax SnowyWhite tracker condition to allow non-"not_home" states (fixes blocking on "unknown")
- Improve reliability of presence-based garage control
This commit is contained in:
2026-03-19 16:29:19 +01:00
parent 734bbe9ad6
commit 1dfc634d9c
@@ -10,7 +10,6 @@
- platform: state - platform: state
entity_id: device_tracker.clausiphone entity_id: device_tracker.clausiphone
from: "home" from: "home"
to: "not_home"
id: leaving id: leaving
condition: condition:
@@ -18,9 +17,11 @@
after: "05:00:00" after: "05:00:00"
before: "23:00:00" before: "23:00:00"
- condition: not
conditions:
- condition: state - condition: state
entity_id: device_tracker.snowywhite_location_tracker entity_id: device_tracker.snowywhite_location_tracker
state: "home" state: "not_home"
action: action:
- choose: - choose: