diff --git a/source/_integrations/alexa.intent.markdown b/source/_integrations/alexa.intent.markdown index aff7d2b0959..3fa8b049d11 100644 --- a/source/_integrations/alexa.intent.markdown +++ b/source/_integrations/alexa.intent.markdown @@ -70,7 +70,7 @@ Next you need to create a Lambda function. - Click your Lambda Function icon in the middle of the diagram and scroll down, you will see a `Function code` window. - Clear the example code and copy the Python script from this [GitHub Gist](https://gist.github.com/lpomfrey/97381cf4316553b03622c665ae3a47da). - Click the `Deploy` button of the `Function code` window. -- Scroll down again and you will find `Environment variables`, click on `Edit` button and add the following environment variables as needed: +- Scroll down again and pick the `Configuration' tab, select it and on the left you will now find `Environment variables`, click on `Edit` button and add the following environment variables as needed: - BASE_URL *(required)*: your Home Assistant instance's Internet accessible URL with port if needed. *Do not include the trailing `/`*. - NOT_VERIFY_SSL *(optional)*: set to *True* to ignore the SSL issue, if you don't have a valid SSL certificate or you are using self-signed certificate. - DEBUG *(optional)*: set to *True* to log debugging messages.