Fix wait trigger templates
This commit is contained in:
@ -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
|
||||||
|
@ -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:
|
||||||
|
Reference in New Issue
Block a user