Please help my stupidity…
After installing the VlC-Addon and the vlc-telnet-integration, i can‘t manage to play a file in the /media-Folder within an automation. In the integration itself all works like a charme (select s file snd play it). But with the service-call
- action: media_player.play_media
target:
entity_id:
- media_player.vlc_telnet
data:
media_content_id: /media/direkt.wav
media_content_type: music
it doesn‘t play, I guess due to a wrong path.
Where is my mistske?