Listen carefully, then repeat what Alexa outputs as an actual voice command.
If it doesn’t work, you likely need to change your playlist name to something that is more easily parsed.
Once you have a playlist name that Alexa can parse, try other phrase variations:
This works for me, alexa played the song you specified above on Spotify
service: media_player.play_media
data:
media_content_id: 'play Sonata For Piano And Violin In E Minor'
media_content_type: custom
target:
entity_id: media_player.office
I have to say that my Spotify might be a bit confused since I upgraded to premium a couple of hours ago. But I still get advertisers in the web browser.
There is an Allegro and Minuetto
Latter works here too:
service: media_player.play_media
data:
entity_id: media_player.echo_wohnen1
media_content_id: 'play Sonata For Piano And Violin In E Minor, K.304:2. Tempo di minnuetto'
media_content_type: custom
I have been searching for updated instructions to get Amazon Alexa configured with home assistant. Most of my attempts have gotten me hours into an install, but then fail because I am unable to find the github repository referenced. While I am at it, I may as well add that I attempted loading another repository and there was a conflict of another already installed. Any assistance would be greatly appreciated.
Maybe I understood something wrong but I did it this way:
1… Go to Hacs and install AMP
2. Restart
3. Go to Integrations and add AMP
4. Click on configure
5. Fill out the configuration forms (use 2FA) and that’s it.
6. Optional: configure the devices you want or don’t want to expose to alexa
It appears several of us are having this seemingly random re-authentication issue.
I ran into this about a week ago, spent a 1/2 day fooling with it, restored a backup, lost about 6 hours of work but it worked again. I saw later, here and on reddit that other people were having the same issue and a reboot seemed to help. Obviously this ticked me off learning it after the fact but it didn’t matter because the damage was done and the integration was working again.
Today, again I am receiving the same re-authentication issues. I’m starting to wonder if whenever we’re catching it, the amazon site is having issues, causing us to have the authentication issues but by the time we realize it, catch it, and reboot perhaps those issues are resolved and there’s no longer an authentication issue?
I want to start corralling this issue into a cohesive timeline because several of us are running into it but it’s not getting sustained attention because it seems to be random/temporary.
I’m wondering if I should just leave it alone for a while? I’ve already rebooted core and host. I was working in HA till about 11 last night and there were no issues.
strange, for me it dosn’t work yet: changed the name of the playlist but nothing
alexa responds “I can’t find the list my special songs spotify”
The problem is espcialy when trying to play songs not in English (Hebrew my case) so I added them in a playlist “my special songs”
service: media_player.play_media
data:
media_content_id: playlist my special songs
media_content_type: custom
target:
entity_id: media_player.first_floor
Well, I first told you to use play playlist name_of_the_playlist instead of only playlist name_of_the_playlist but I figured it should work the way you did it.
Are you a premium user ?