Looking for some help with pathing audio. This works fine:
action: media_player.play_media
data:
media_content_id: http://192.168.0.25:8123/local/alexaclone/broadcast.mp3
media_content_type: music
target:
entity_id: media_player.vaca_51de8bc0646f80c9_none
Catch is I want to change that media_content_id path to use the local file system but I can't for the life of me figure out the right way to do this. The above file is located in /config/www/alexaclone/broadcast.mp3 I've had this problem before but trying to solve it once and for all. Ideas? Is this limited to a url?
I Taking a step back, I am wanting to allow the user to select a standalone file with the assist_satellite broadcast action from a blueprint I ma writing. It seems to want to use the media_source rather than pick a file from the file system. I was trying to get the format correct by using the above but running into this pathing issue. So the real question is can I get broadcast to use a local file that is not called by url or stored as a media source?