Scene names need to be capitalized for the input_select options
This commit is contained in:
@ -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 }}"
|
||||
|
||||
|
Reference in New Issue
Block a user