From bb157abfd185faae21e0aa75dc909819f297d659 Mon Sep 17 00:00:00 2001 From: Patrick Easters Date: Fri, 29 Sep 2017 20:58:38 -0400 Subject: [PATCH] Updating setup docs Adding step for setting payload version of Alexa Skill --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b983a71..153c0bf 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ Note that Home Assistant includes a component (`emulated_hue`) to communicate wi * Note the "Client ID" and "Client Secret", as you'll need those later 1. Create an Alexa skill and Lambda Function by following [these instructions](https://developer.amazon.com/public/solutions/alexa/alexa-skills-kit/docs/steps-to-create-a-smart-home-skill) (with the modifications noted below). * The name of the Alexa skill doesn't matter, but I'd suggest "haaska" + * The "Payload Version" of the Alexa skill needs to be changed to `v2 (legacy)` * The name of the Lambda function does matter; use "haaska", otherwise you'll need to modify the `FUNCTION_NAME` variable in the `Makefile`. * For "Runtime", select "Python 3.6" as in the example * Select "Upload a .ZIP file" for "Code entry type", and upload `haaska.zip` that you created in step 1.