Is it possible through automations in HA to just tell MPD to play a single file located in the /share/mopidy/media folder or do we have to create a playlist for each independent single sound we want to play?
I attempted the following in the service panel of HA:
Is it possible through automations in HA to just tell MPD to play a single file located in the /share/mopidy/media folder or do we have to create a playlist for each independent single sound we want to play?
I attempted the following in the service panel of HA:
{ "entity_id" : "media_player.mpd", "media_content_id" : "https://mydomain.duckdns.org/local/sounds/chime_1.mp3", "media_content_type" : "music" }
But, it doesn't work. (I do have the chime_1.mp3 file in the www/sounds/ folder under config.)