From e05584990c407ed284a11214f6c931b28f9977cf Mon Sep 17 00:00:00 2001 From: Simone Chemelli Date: Tue, 29 Jul 2025 19:20:45 +0000 Subject: [PATCH 1/2] Add known limitations to Alexa Devices --- source/_integrations/alexa_devices.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_integrations/alexa_devices.markdown b/source/_integrations/alexa_devices.markdown index be51b965181c..8375255da142 100644 --- a/source/_integrations/alexa_devices.markdown +++ b/source/_integrations/alexa_devices.markdown @@ -98,6 +98,10 @@ The **Alexa Devices** {% term integration %} provides the following entities: - Sensor - temperature and illuminance sensors - Switch - Do not disturb +## Known limitations + +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. + ## Troubleshooting ### Can’t set up the integration From 751bb16d1733c4ce0543fa2510462b0b1e28b5ae Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Tue, 29 Jul 2025 21:47:59 +0200 Subject: [PATCH 2/2] tiny tweak --- source/_integrations/alexa_devices.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/alexa_devices.markdown b/source/_integrations/alexa_devices.markdown index 8375255da142..147d58615694 100644 --- a/source/_integrations/alexa_devices.markdown +++ b/source/_integrations/alexa_devices.markdown @@ -100,7 +100,7 @@ The **Alexa Devices** {% term integration %} provides the following entities: ## Known limitations -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 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. ## Troubleshooting