Trying to make it use an input_select, so far without success
This commit is contained in:
@ -1,9 +1,10 @@
|
|||||||
intent_script:
|
intent_script:
|
||||||
ActivateSceneIntent:
|
ActivateSceneIntent:
|
||||||
action:
|
action:
|
||||||
service: scene.turn_on
|
service: input_select.select_option
|
||||||
target:
|
target:
|
||||||
entity_id: scene.{{ Scene | replace(" ","_") }}
|
entity_id: input_select.{{ Room | replace(" ","_") }}_scenes
|
||||||
|
data:
|
||||||
|
option: "{{ Scene }}"
|
||||||
speech:
|
speech:
|
||||||
type: plain
|
|
||||||
text: "Scene is set to {{ Scene }}"
|
text: "Scene is set to {{ Scene }}"
|
Reference in New Issue
Block a user