So, I've gone ahead and uploaded a file to my HA setup. It shows under My Media:
I want to be able to send it to a Google Mini.
The automation action looks like this:
action: media_player.play_media
metadata: {}
data:
media_content_type: audio/mp3
media_content_id: " /media/wn.mp3"
target:
device_id: 66a7d11344742aa7a095135676f008a7
The problem I've got right here is that I have no idea what the type is supposed to be, so that's a guess based on someone's previous post. The media_content_id, likewise. I've poked all around and I can't find the actual correct path.
And so I'm looking for help.