Scene names need to be capitalized for the input_select options

This commit is contained in:
2022-07-07 17:17:46 -04:00
parent 668f61a454
commit e5f90fa9ca

View File

@ -11,7 +11,7 @@ intent_script:
target:
entity_id: input_select.{{ Room | replace(" ","_") }}_scenes
data:
option: "{{ Scene }}"
option: "{{ Scene | title }}"
speech:
text: "Scene is set to {{ Scene }}"