Skip to content

Commit 891a362

Browse files
committed
In the last update, the old trigger notation slipped in.
1 parent 15d302b commit 891a362

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

blueprints/automation/cover_control_automation.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3471,16 +3471,16 @@ triggers:
34713471
########################################
34723472

34733473
# Position detection via current_position attribute (standard)
3474-
- platform: state
3474+
- trigger: state
34753475
entity_id: !input blind
34763476
attribute: current_position
34773477
enabled: "{{ position_source == 'current_position_attr' }}"
34783478
id: "t_manual_position"
34793479
for:
3480-
seconds: 60 # Kompromiss: nicht zu schnell, nicht zu langsam
3480+
seconds: 60
34813481

34823482
# Position detection via position attribute
3483-
- platform: state
3483+
- trigger: state
34843484
entity_id: !input blind
34853485
attribute: position
34863486
enabled: "{{ position_source == 'position_attr' }}"
@@ -3489,7 +3489,7 @@ triggers:
34893489
seconds: 60
34903490

34913491
# Position detection via custom sensor
3492-
- platform: state
3492+
- trigger: state
34933493
entity_id: !input custom_position_sensor
34943494
enabled: "{{ position_source == 'custom_sensor' and custom_position_sensor != [] }}"
34953495
id: "t_manual_position"

0 commit comments

Comments
 (0)