From 177e5061a6d4299695d683851b919c73d409ccf6 Mon Sep 17 00:00:00 2001 From: Peter Clarke <3912102+peteclarkez@users.noreply.github.com> Date: Sun, 20 Oct 2019 16:09:53 +0100 Subject: [PATCH] Fix Client ID in setup instructions (#10903) Hi I've just setup an alexa skill using these instructions. All seemed to work well. 2 Issues 1. The Client ID for EU doesn't seem to be correct. I've fixed it here. 2. Error linking lambda and skill When attaching the lamdba reference to the Skill I came across the issue and solution below (found from the error msg) https://forums.developer.amazon.com/questions/183361/failed-to-save-skill-information.html I could add a note for that , but I'm assuming it's something local to what I did. Hope it helps Peter --- source/_integrations/alexa.smart_home.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/alexa.smart_home.markdown b/source/_integrations/alexa.smart_home.markdown index 416a4e947da..0d37ab7be55 100644 --- a/source/_integrations/alexa.smart_home.markdown +++ b/source/_integrations/alexa.smart_home.markdown @@ -168,7 +168,7 @@ Alexa can link your Amazon account to your Home Assistant account. Therefore Hom * `Access Token URI`: https://[YOUR HOME ASSISTANT URL:PORT]/auth/token * `Client ID`: - https://pitangui.amazon.com/ if you are in US - - https://layla.amazon.co.uk/ if you are in EU + - https://layla.amazon.com/ if you are in EU - https://alexa.amazon.co.jp/ if you are in JP and AU (not verified yet) The trailing slash is important here.