Fix wait trigger templates

This commit is contained in:
2023-10-23 13:50:40 -04:00
parent 14842501cc
commit ca67674330
2 changed files with 2 additions and 2 deletions

View File

@ -2084,7 +2084,7 @@
- conditions: - conditions:
- alias: Nothing - alias: Nothing
condition: template condition: template
value_template: '{{ wait.trigger.id == ''none'' or wait.trigger.idx is value_template: '{{ wait.trigger == ''none'' or wait.trigger.idx is
undefined }}' undefined }}'
sequence: sequence:
- service: input_select.select_option - service: input_select.select_option

View File

@ -1173,7 +1173,7 @@ script:
5 5
{% endif %} {% endif %}
- choose: - choose:
- conditions: "{{ wait.trigger == 'adaptive' }}" - conditions: "{{ wait.trigger.id == 'adaptive' }}"
sequence: sequence:
- service: adaptive_lighting.set_manual_control - service: adaptive_lighting.set_manual_control
data: data: