Trying to play Spotify album on Sonos

@DavidDeSloovere @rcma @patrickse

I just added the ability to enqueue Spotify albums to the Sonos integration. You can try it out as a custom integration with HACS, see https://github.com/amelchio/sonos

- service: media_player.play_media
  data:
    entity_id: media_player.office
    media_content_id: https://open.spotify.com/album/1bt6q2SruMsBtcerNVtpZB
    media_content_type: music

- service: media_player.play_media
  data:
    entity_id: media_player.office
    media_content_id: spotify:track:7rPzEczIS574IgPaiPieS3
    media_content_type: music
    enqueue: true

Note, so far it only adds to the queue; you will have to make another service call to make it play.

4 Likes