From 78b2db95d25e44b26a019ae32aeec619beb0acad Mon Sep 17 00:00:00 2001 From: Simone Chemelli Date: Wed, 29 Apr 2026 18:16:13 +0000 Subject: [PATCH] Fix spell checker errors for Alexa Devices --- source/_integrations/alexa_devices.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/_integrations/alexa_devices.markdown b/source/_integrations/alexa_devices.markdown index a1928d3c133e..d3c662f304df 100644 --- a/source/_integrations/alexa_devices.markdown +++ b/source/_integrations/alexa_devices.markdown @@ -42,7 +42,7 @@ There is support for the following device families within Home Assistant: {% warning %} -This integration requires multifactor authentication using an authentication app (such as Microsoft Authenticator, for example). To enable MFA, in your Amazon account settings select **Login & Security** > **2-step verification** > **Backup methods** > **Add new app**. See [Amazon's documentation](https://www.amazon.com/gp/help/customer/display.html?nodeId=G9MX9LXNWXFKMJYU) for more information. +This integration requires multi-factor authentication using an authentication app (such as Microsoft Authenticator, for example). To enable MFA, in your Amazon account settings select **Login & Security** > **2-step verification** > **Backup methods** > **Add new app**. See [Amazon's documentation](https://www.amazon.com/gp/help/customer/display.html?nodeId=G9MX9LXNWXFKMJYU) for more information. You must ensure the authenticator app is setup as your preferred method for 2FA. @@ -101,7 +101,7 @@ The `alexa_devices.send_text_command` action allows you to control Alexa using t The `alexa_devices.send_sound` action allows you to play one of the built-in Alexa sounds. The full list of sounds is available in [Amazon's documentation (needs authentication)](https://alexa.amazon.com/api/behaviors/entities?skillId=amzn1.ask.1p.sound) {%tip%} -Additional sounds are available through advanced markup using the `notify.send_message` [action](#action-notifysend_message) +Additional sounds are available through advanced markup using the `notify.send_message` [action](#action-send-message) {%endtip%} | Data attribute | Optional | Description | @@ -163,7 +163,7 @@ automation: data: message: Welcome home Simone target: - entity_id: notify.echo_dot_livingroom_announce + entity_id: notify.echo_dot_living_room_announce ``` ### Ask the time @@ -250,7 +250,7 @@ This integration {% term polling polls %} data from the device every five minute ## Known limitations -- This integration requires multifactor authentication using an authentication app (such as Microsoft Authenticator). To enable MFA, in your Amazon account settings, select **Login & Security** > **2-step verification** > **Backup methods** > **Add new app**. See [Amazon's documentation](https://www.amazon.com/gp/help/customer/display.html?nodeId=G9MX9LXNWXFKMJYU) for more information. +- This integration requires multi-factor authentication using an authentication app (such as Microsoft Authenticator). To enable MFA, in your Amazon account settings, select **Login & Security** > **2-step verification** > **Backup methods** > **Add new app**. See [Amazon's documentation](https://www.amazon.com/gp/help/customer/display.html?nodeId=G9MX9LXNWXFKMJYU) for more information. - Reminders may not be added to the sensor if the configured account is linked to an Alexa Household. - [Amazon Japan](https://www.amazon.co.jp) appears to use a different login mechanism to other locations preventing setup of the integration. This should be resolved in a future release.