From 96bf43d341c21c30a2b7cf65e9bfa79fbd30a91a Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Tue, 13 Jun 2023 11:32:13 +0200 Subject: [PATCH] Alexa: replace component by integration (#27782) --- .../_integrations/alexa.flash_briefings.markdown | 2 +- source/_integrations/alexa.markdown | 4 ++-- source/_integrations/alexa.smart_home.markdown | 14 +++++++------- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/source/_integrations/alexa.flash_briefings.markdown b/source/_integrations/alexa.flash_briefings.markdown index faf76f281ce..eefe896b9c8 100644 --- a/source/_integrations/alexa.flash_briefings.markdown +++ b/source/_integrations/alexa.flash_briefings.markdown @@ -87,4 +87,4 @@ Please refer to the [Amazon documentation][flash-briefing-api-docs] for more inf [templates]: /docs/configuration/templating/ [zero-three-one]: /blog/2016/10/22/flash-briefing-updater-hacktoberfest/ [alexa-settings-site]: https://alexa.amazon.com/ -[emulated-hue-component]: /integrations/emulated_hue/ +[emulated-hue-integration]: /integrations/emulated_hue/ diff --git a/source/_integrations/alexa.markdown b/source/_integrations/alexa.markdown index 78453aa18af..f2f1b501078 100644 --- a/source/_integrations/alexa.markdown +++ b/source/_integrations/alexa.markdown @@ -30,7 +30,7 @@ There are a few ways that you can use Amazon Alexa and Home Assistant together. - Support for viewing and controlling devices with the Alexa mobile app. - [Create a Custom Alexa Skill to build custom commands](/integrations/alexa.intent/) - [Create a new Flash Briefing source](/integrations/alexa.flash_briefings/) -- Alternative: use the [Emulated Hue integration][emulated-hue-component] to trick Alexa into thinking Home Assistant is a Philips Hue hub. +- Alternative: use the [Emulated Hue integration](/integrations/emulated-hue) to trick Alexa into thinking Home Assistant is a Philips Hue hub. ### Requirements @@ -42,4 +42,4 @@ Manual setup of the integration with Amazon Alexa has several requirements: - Smart Home API also needs your Home Assistant instance to be accessible from the Internet. [amazon-dev-console]: https://developer.amazon.com -[emulated-hue-component]: /integrations/emulated_hue/ +[emulated-hue-integration]: /integrations/emulated_hue/ diff --git a/source/_integrations/alexa.smart_home.markdown b/source/_integrations/alexa.smart_home.markdown index 6494b979379..394983d3fc7 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][emulated-hue-component] 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](/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.