From e8cfec6d5635054c9d0881251c53916627ac2916 Mon Sep 17 00:00:00 2001 From: scyto Date: Mon, 8 Mar 2021 05:43:44 -0800 Subject: [PATCH] DOC: add note to make sure skill account is same account as the one used to login on alexa devices (#16911) Co-authored-by: Franck Nijhof --- 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 e3d6dac09d3..32046d1d3fe 100644 --- a/source/_integrations/alexa.smart_home.markdown +++ b/source/_integrations/alexa.smart_home.markdown @@ -53,7 +53,7 @@ Steps to Integrate an Amazon Alexa Smart Home Skill with Home Assistant: ## Create an Amazon Alexa Smart Home Skill -- Sign in [Alexa Developer Console][alexa-dev-console], you can create your free account on the sign in page. +- Sign in [Alexa Developer Console][alexa-dev-console], you can create your free account on the sign-in page. Note this *must* be created with the same Amazon account you use on your Alexa devices and app. - Go to `Alexa Skills` page if you are not, click `Create Skill` button to start the process. - Input `Skill name` as you like, select your skill's `Default language`. - Select `Smart Home` and `Provision your own`, then click `Create skill` button at top right corner.