Update Shutter

This commit is contained in:
2024-10-20 12:04:34 +02:00
parent 4c49a19231
commit 9560ce0f53

View File

@@ -62,14 +62,14 @@ actions:
- or:
- and:
- condition: trigger
id: workday_trigger
id: workday_morning_trigger
- condition: state
entity_id: binary_sensor.workday_sensor
state: "on"
- and:
- condition: trigger
id:
- holiday_trigger
- holiday_morning_trigger
- condition: state
entity_id: binary_sensor.workday_sensor
state: "off"
@@ -80,7 +80,7 @@ actions:
- conditions:
- and:
- condition: trigger
id: workday_trigger
id: night_trigger
- condition: state
entity_id: !input sensor_entity
state: "off"
@@ -89,7 +89,7 @@ actions:
attribute: elevation
below: -5
sequence:
- action: cover.open_cover
- action: cover.close_cover
target:
entity_id: !input shutter_entity
- conditions: