From 81d90220528c651129d24a46cdf2eccdd2c5c181 Mon Sep 17 00:00:00 2001 From: Claus Dethlefsen Date: Thu, 19 Mar 2026 17:21:41 +0100 Subject: [PATCH] identering --- .../open_garage_when_car_arrives.yaml | 36 +++++++++---------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/include/automations/open_garage_when_car_arrives.yaml b/include/automations/open_garage_when_car_arrives.yaml index 5da19f8..dffc134 100644 --- a/include/automations/open_garage_when_car_arrives.yaml +++ b/include/automations/open_garage_when_car_arrives.yaml @@ -1,27 +1,27 @@ - id: garage_auto_claus_presence alias: Garage auto Claus -trigger: - - platform: state - entity_id: device_tracker.clausiphone - to: "home" - id: arriving + trigger: + - platform: state + entity_id: device_tracker.clausiphone + to: "home" + id: arriving - - platform: state - entity_id: device_tracker.clausiphone - from: "home" - id: leaving + - platform: state + entity_id: device_tracker.clausiphone + from: "home" + id: leaving -condition: - - condition: time - after: "05:00:00" - before: "23:00:00" + condition: + - condition: time + after: "05:00:00" + before: "23:00:00" - - condition: not - conditions: - - condition: state - entity_id: device_tracker.snowywhite_location_tracker - state: "not_home" + - condition: not + conditions: + - condition: state + entity_id: device_tracker.snowywhite_location_tracker + state: "not_home" action: - choose: