Hi all. I'm trying to use an mp3 or wav file that I have hosted on Media --> My Media in an automation. I currently have:
action: media_player.play_media
data:
media_content_type: music
media_content_id: /local/My media/Wings Goal.wav
target:
entity_id: media_player.wiim_living_room
...but that media_content_id clearly isn't working, since no sound is happening when I run the action. I can't for the life of me figure out how to find the exact media_content_id, and web searches have yielded nothing helpful. Does anyone know if/where I can definitively find the id for a music filed I have hosted on My Media?
Thanks in advance.