You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_integrations/alexa_devices.markdown
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ There is support for the following device families within Home Assistant:
42
42
43
43
{% warning %}
44
44
45
-
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.
45
+
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.
46
46
47
47
You must ensure the authenticator app is setup as your preferred method for 2FA.
48
48
@@ -101,7 +101,7 @@ The `alexa_devices.send_text_command` action allows you to control Alexa using t
101
101
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)
102
102
103
103
{%tip%}
104
-
Additional sounds are available through advanced markup using the `notify.send_message`[action](#action-notifysend_message)
104
+
Additional sounds are available through advanced markup using the `notify.send_message`[action](#action-send-message)
105
105
{%endtip%}
106
106
107
107
| Data attribute | Optional | Description |
@@ -163,7 +163,7 @@ automation:
163
163
data:
164
164
message: Welcome home Simone
165
165
target:
166
-
entity_id: notify.echo_dot_livingroom_announce
166
+
entity_id: notify.echo_dot_living_room_announce
167
167
```
168
168
169
169
### Ask the time
@@ -250,7 +250,7 @@ This integration {% term polling polls %} data from the device every five minute
250
250
251
251
## Known limitations
252
252
253
-
- 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.
253
+
- 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.
254
254
- Reminders may not be added to the sensor if the configured account is linked to an Alexa Household.
255
255
-[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.
0 commit comments