Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions source/_integrations/alexa_devices.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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%}
Comment on lines 103 to 105

| Data attribute | Optional | Description |
Expand Down Expand Up @@ -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
```
Comment on lines 163 to 167

### Ask the time
Expand Down Expand Up @@ -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.

Expand Down