Robust garage: use input_boolean to track car departure
- Replace fragile Tesla tracker state check with input_boolean.left_home_by_car - Set boolean ON when leaving by car (speed > 0), check it on arrival - Add separate car_arriving trigger as backup for WiFi-first phone - Fixes: garage not opening on arrival due to slow Tesla tracker updates
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
left_home_by_car:
|
||||
name: Forlod hjemmet i bil
|
||||
icon: mdi:car
|
||||
initial: false
|
||||
Reference in New Issue
Block a user