From 72ba00450852baa142eeb56f223428719137ee4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Kl=C3=BCter?= Date: Sat, 19 Oct 2024 17:41:56 +0200 Subject: [PATCH] Update Shutter --- blueprints/covers/automaticShutterDoor.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/blueprints/covers/automaticShutterDoor.yaml b/blueprints/covers/automaticShutterDoor.yaml index 7a9f6aa..6eabdc3 100644 --- a/blueprints/covers/automaticShutterDoor.yaml +++ b/blueprints/covers/automaticShutterDoor.yaml @@ -94,7 +94,7 @@ actions: sequence: - action: cover.open_cover target: - - entity_id: !input shutter_entity + entity_id: !input shutter_entity - conditions: - and: - condition: trigger @@ -109,7 +109,7 @@ actions: sequence: - action: cover.open_cover target: - - entity_id: !input shutter_entity + entity_id: !input shutter_entity - conditions: - and: - condition: trigger @@ -134,4 +134,4 @@ actions: else: - action: cover.close_cover target: - - entity_id: !input shutter_entity + entity_id: !input shutter_entity