From 503da43c0c1c8712967f45de59d0a58c5ce11897 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Kl=C3=BCter?= Date: Sat, 19 Oct 2024 17:45:20 +0200 Subject: [PATCH] Update Shutter --- blueprints/covers/automaticShutterDoor.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/blueprints/covers/automaticShutterDoor.yaml b/blueprints/covers/automaticShutterDoor.yaml index 6eabdc3..5e3d4c1 100644 --- a/blueprints/covers/automaticShutterDoor.yaml +++ b/blueprints/covers/automaticShutterDoor.yaml @@ -99,9 +99,9 @@ actions: - and: - condition: trigger id: workday_trigger - - condition: device - type: is_not_open + - condition: state entity_id: !input sensor_entity + state: "off" - condition: numeric_state entity_id: sun.sun attribute: elevation @@ -114,9 +114,9 @@ actions: - and: - condition: trigger id: sun_elevation_trigger - - condition: device - type: is_not_open + - condition: state entity_id: !input sensor_entity + state: "off" - condition: numeric_state entity_id: sun.sun attribute: elevation