-
Notifications
You must be signed in to change notification settings - Fork 291
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
custom Alexa command #2630
Comments
I just tried this and it worked fine:
My |
I haven’t tried using the friendly name from last_alexa. What’s interesting, is in Developer Tools or manually it translates fine, but not in an automation — When enabled my Alexa errors and says that it doesn’t recognize an echo with that name to move music to. Automation example shown below: The automation checks to see if the office echo is playing. Then based on the current room location of my phone which it gets from — sensor.galaxy_s24_ultra_ble (via ESPresence BLE tracker), it completes ‘move music to’ sentence. The purpose of the script is to have music follow me from room to room.
|
Another issue, your quotes are wrong:
|
NOTE: For a feature to be created it has to be doable in the Amazon app because we are basically replicating the app for HA. If you can't find it in the app, we probably can't create it here.
Is your feature request related to a problem? Please describe.
Possibly? Send a custom Alexa command that has the value of a sensor
Describe the solution you'd like
Within the media_content_id field I would like to use the value of a sensor as part of the command within media_player.play_media Action. Before sending the command the sensor value would be translated.
Describe alternatives you've considered
None
Additional context
Example: Alexa, move music to <sensor.room_name> echo’ would result in sending: Alexa, move music to family room echo
The text was updated successfully, but these errors were encountered: