Update Shutter

This commit is contained in:
2024-10-19 17:01:10 +02:00
parent 2a96e8e641
commit 3f24c760ab

View File

@@ -33,8 +33,6 @@ blueprint:
- window - window
- door - door
# If motion is detected within the delay,
# we restart the script.
mode: restart mode: restart
max_exceeded: silent max_exceeded: silent
@@ -81,6 +79,6 @@ actions:
- condition: state - condition: state
entity_id: binary_sensor.workday_sensor entity_id: binary_sensor.workday_sensor
state: "off" state: "off"
actions: sequence:
- action: cover.open_cover - action: cover.open_cover
target: !input shutter_entity target: !input shutter_entity