-
-
Notifications
You must be signed in to change notification settings - Fork 8k
alexa devices updates #41622
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: current
Are you sure you want to change the base?
alexa devices updates #41622
Changes from 3 commits
519ca9b
2df9b52
ce7429b
b695df3
a4d9319
e13fbca
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -103,7 +103,7 @@ This action essentially allows you to control Alexa using text commands rather t | |||||
|
|
||||||
| #### Action `alexa_devices.send_sound` | ||||||
|
|
||||||
| This 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.amazom.com/api/behaviors/entities?skillId=amzn1.ask.1p.sound) | ||||||
| This 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) | ||||||
|
|
||||||
| | Data attribute | Optional | Description | | ||||||
| | -------------- | -------- | ----------------------------------------- | | ||||||
|
|
@@ -139,6 +139,28 @@ data: | |||||
| text_command: whats the time | ||||||
| ``` | ||||||
|
|
||||||
| ### Set volume | ||||||
|
|
||||||
| {% note %} | ||||||
| Once media player functionality is supported you will be able to achieve this through standard media player actions. | ||||||
| {% endnote %} | ||||||
|
|
||||||
| ```yaml | ||||||
| action: alexa_devices.send_text_command | ||||||
| data: | ||||||
| device_id: 037d79c1af96c67ba57ebcae560fb18e | ||||||
| text_command: volume 7 | ||||||
| ``` | ||||||
|
|
||||||
| ### Control devices in Alexa | ||||||
|
|
||||||
| ```yaml | ||||||
| action: alexa_devices.send_text_command | ||||||
| data: | ||||||
| device_id: 037d79c1af96c67ba57ebcae560fb18e | ||||||
| text_command: turn study lights off | ||||||
| ``` | ||||||
|
|
||||||
| ### Play BBC Radio 6 | ||||||
|
|
||||||
| ```yaml | ||||||
|
|
@@ -196,7 +218,7 @@ The **Alexa Devices** {% term integration %} provides the following entities: | |||||
|
|
||||||
| - Binary sensor - main and Bluetooth connectivity | ||||||
| - Notify - Speak and Announce notifications | ||||||
| - Sensor - temperature and illuminance sensors | ||||||
| - Sensor - temperature, illuminance, and motion sensors | ||||||
| - Switch - Do not disturb | ||||||
|
|
||||||
| ## Known limitations | ||||||
|
|
@@ -205,17 +227,36 @@ This integration requires multifactor authentication using an authentication app | |||||
|
|
||||||
| ## Troubleshooting | ||||||
|
|
||||||
| ### Can’t set up the integration | ||||||
| ### Unable to Setup | ||||||
|
|
||||||
| #### Symptom: "CannotAuthenticate" | ||||||
|
|
||||||
| ##### Description | ||||||
|
|
||||||
| You will see `MFA OTP code not found on login page` or `Cannot find "auth-mfa-otpcode" in html source` in the logs when trying to setup the integration. This is because the authentication details are incorrect. | ||||||
|
||||||
| You will see `MFA OTP code not found on login page` or `Cannot find "auth-mfa-otpcode" in html source` in the logs when trying to setup the integration. This is because the authentication details are incorrect. | |
| You will see `MFA OTP code not found on login page` or `Cannot find "auth-mfa-otpcode" in html source` in the logs when trying to set up the integration. This is because the authentication details are incorrect. |
Copilot
AI
Nov 7, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
According to the coding guidelines, lists should be surrounded by blank lines. There should be a blank line before the list starts.
jamesonuk marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
jamesonuk marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
jamesonuk marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
Copilot
AI
Nov 7, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
According to the coding guidelines, lists should be surrounded by blank lines, and the sentence fragment "In logs." should be incorporated into the sentence. Consider rephrasing to: "You may see error messages similar to the following in the logs:" (combining the intro text and removing the fragment).
Uh oh!
There was an error while loading. Please reload this page.