Skip to content

Commit 7baeb9e

Browse files
authored
Fix spell checker errors for Alexa Devices (#45089)
1 parent 0b05dd1 commit 7baeb9e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

source/_integrations/alexa_devices.markdown

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ There is support for the following device families within Home Assistant:
4242

4343
{% warning %}
4444

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.
4646

4747
You must ensure the authenticator app is setup as your preferred method for 2FA.
4848

@@ -101,7 +101,7 @@ The `alexa_devices.send_text_command` action allows you to control Alexa using t
101101
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)
102102

103103
{%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)
105105
{%endtip%}
106106

107107
| Data attribute | Optional | Description |
@@ -163,7 +163,7 @@ automation:
163163
data:
164164
message: Welcome home Simone
165165
target:
166-
entity_id: notify.echo_dot_livingroom_announce
166+
entity_id: notify.echo_dot_living_room_announce
167167
```
168168
169169
### Ask the time
@@ -250,7 +250,7 @@ This integration {% term polling polls %} data from the device every five minute
250250

251251
## Known limitations
252252

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.
254254
- Reminders may not be added to the sensor if the configured account is linked to an Alexa Household.
255255
- [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.
256256

0 commit comments

Comments
 (0)