I was just FULL of dumb typos yesterday...

This commit is contained in:
2023-08-12 13:45:58 -04:00
parent fc18ff5897
commit b42853e5e2

View File

@ -224,7 +224,7 @@ script:
# If current scene is a defined scene, take note of it # If current scene is a defined scene, take note of it
- if: - if:
- condition: template - condition: template
value_template: "{{ states('input_text.living_room_selected_scene') in state_attr('input_select.living_room_studio_scenes','options') }}" value_template: "{{ states('input_text.living_room_selected_scene') in state_attr('input_select.living_room_scenes','options') }}"
then: then:
- service: input_text.set_value - service: input_text.set_value
target: target: