Update Shutter

This commit is contained in:
2024-10-19 17:45:20 +02:00
parent 72ba004508
commit 503da43c0c

View File

@@ -99,9 +99,9 @@ actions:
- and: - and:
- condition: trigger - condition: trigger
id: workday_trigger id: workday_trigger
- condition: device - condition: state
type: is_not_open
entity_id: !input sensor_entity entity_id: !input sensor_entity
state: "off"
- condition: numeric_state - condition: numeric_state
entity_id: sun.sun entity_id: sun.sun
attribute: elevation attribute: elevation
@@ -114,9 +114,9 @@ actions:
- and: - and:
- condition: trigger - condition: trigger
id: sun_elevation_trigger id: sun_elevation_trigger
- condition: device - condition: state
type: is_not_open
entity_id: !input sensor_entity entity_id: !input sensor_entity
state: "off"
- condition: numeric_state - condition: numeric_state
entity_id: sun.sun entity_id: sun.sun
attribute: elevation attribute: elevation