liminal
(Shane)
1
Hey guys,
Looking for the JSON to just resume spotify, there are examples of how to play specific things. But I just want to play whatever was last playing?
{
"entity_id": "media_player.guest_room",
"media_content_id": "Release Radar",
"media_content_type": "SPOTIFY"
}
thlucas
(Todd Lucas)
2
Don’t know about node red, but this can easily be done with the SpotifyPlus integration via a script or automation …
service: spotifyplus.player_media_resume
data:
entity_id: media_player.spotifyplus_john_s
device_id: Alexa Device Name
liminal
(Shane)
3
Yeah, I can do it directly using the spotify integration, but its a little slow. Was hoping to get it working directly using Alexa Media Player
1 Like