diff --git a/packages/alexa.yaml b/packages/alexa.yaml new file mode 100644 index 0000000..90624b4 --- /dev/null +++ b/packages/alexa.yaml @@ -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 }}" \ No newline at end of file