From 071221b37b984851ee3189563ff875d3b06bd501 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Tue, 5 Jul 2022 00:20:53 -0400 Subject: [PATCH] Trying to make it use an input_select, so far without success --- packages/alexa.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/packages/alexa.yaml b/packages/alexa.yaml index c534f76..90624b4 100644 --- a/packages/alexa.yaml +++ b/packages/alexa.yaml @@ -1,9 +1,10 @@ intent_script: ActivateSceneIntent: action: - service: scene.turn_on + service: input_select.select_option target: - entity_id: scene.{{ Scene | replace(" ","_") }} + entity_id: input_select.{{ Room | replace(" ","_") }}_scenes + data: + option: "{{ Scene }}" speech: - type: plain text: "Scene is set to {{ Scene }}" \ No newline at end of file