From b8d1182687e371f668d5bfece520ec08d585f20a Mon Sep 17 00:00:00 2001 From: Stefan <37924749+stefanroelofs@users.noreply.github.com> Date: Tue, 17 Oct 2023 14:47:09 +0200 Subject: [PATCH] Broken link alexa (#29390) * fix broken link * Fix invalid indentations * Fix broken link --- .../_integrations/alexa.smart_home.markdown | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/source/_integrations/alexa.smart_home.markdown b/source/_integrations/alexa.smart_home.markdown index f3a2ab56775..1298c50d3ff 100644 --- a/source/_integrations/alexa.smart_home.markdown +++ b/source/_integrations/alexa.smart_home.markdown @@ -18,7 +18,7 @@ Amazon Alexa provides a Smart Home API for richer home automation control withou It takes considerable effort to configure. Your Home Assistant instance must be accessible from the Internet, and you need to create an Amazon Developer account and an Amazon Web Services (AWS) account. An easier solution is to use [Home Assistant Cloud](/integrations/cloud/). -The [Emulated Hue integration](/integrations/emulated-hue) provides a simpler alternative to use utterances such as _"Alexa, turn on the kitchen light"_. However, it has some limitations since everything looks like a light bulb. +The [Emulated Hue integration][emulated-hue-integration] provides a simpler alternative to use utterances such as _"Alexa, turn on the kitchen light"_. However, it has some limitations since everything looks like a light bulb.
@@ -317,9 +317,9 @@ alexa:
endpoint:
description: >-
To enable proactive events, you send a message to the Alexa event gateway, send it to the event endpoint that aligns with the geographic availability of your smart home skill. Following is the list of endpoints and the regions they cover. See [Proactive Events](#proactive-events) for more information.
- * North America: `https://api.amazonalexa.com/v3/events`
- * Europe: `https://api.eu.amazonalexa.com/v3/events`
- * Far East: `https://api.fe.amazonalexa.com/v3/events`
+ - North America: `https://api.amazonalexa.com/v3/events`
+ - Europe: `https://api.eu.amazonalexa.com/v3/events`
+ - Far East: `https://api.fe.amazonalexa.com/v3/events`
required: false
type: string
client_id:
@@ -412,7 +412,7 @@ See [List of Capability Interfaces and Supported Locales][alexa-supported-locale
The `endpoint`, `client_id` and `client_secret` are optional, and are only required if you want to enable Alexa's proactive mode (i.e., "Send Alexa Events" enabled). Please note the following if you want to enable proactive mode:
- There are different endpoint URLs, depending on the region of your skill. Please check the available endpoints at