Scene names need to be capitalized for the input_select options
This commit is contained in:
@ -11,7 +11,7 @@ intent_script:
|
|||||||
target:
|
target:
|
||||||
entity_id: input_select.{{ Room | replace(" ","_") }}_scenes
|
entity_id: input_select.{{ Room | replace(" ","_") }}_scenes
|
||||||
data:
|
data:
|
||||||
option: "{{ Scene }}"
|
option: "{{ Scene | title }}"
|
||||||
speech:
|
speech:
|
||||||
text: "Scene is set to {{ Scene }}"
|
text: "Scene is set to {{ Scene }}"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user