Merge branch 'alexa-custom'

This commit is contained in:
2022-07-05 20:44:19 -04:00

10
packages/alexa.yaml Normal file
View File

@ -0,0 +1,10 @@
intent_script:
ActivateSceneIntent:
action:
service: input_select.select_option
target:
entity_id: input_select.{{ Room | replace(" ","_") }}_scenes
data:
option: "{{ Scene }}"
speech:
text: "Scene is set to {{ Scene }}"