I am having trouble getting HA to shuffle my Apple Music Playlist. I was able to create a script to get it to play music just fine. I did research and found there was some success getting spotify to shuffle a play list. Is it possible to shuffle an Apple Music Playlist?
Current Script:
play_music:
sequence:
- service: media_player.shuffle_set
entity_id: media_player.Alexa_echo_dot
data:
shuffle: true
- service: media_player.play_media
data:
media_content_id: 'Playlist: My Favorite Songs'
media_content_type: APPLE_MUSIC
target:
entity_id: media_player.Alexa_echo_dot