File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments