Hello,
I’m blocked on a very simple integration. I want to play a greeting audio at 8 pm every day to my integrated sonos.
No way, Sonos app replies me “Impossible to play ‘test.mp4’ the connection to xxxxx.duckdns.org ad been lost”
The url of media file is accessible from outside.
Hereafter my automation code
id: ‘1636410250058’
alias: Sono le 20
description: ‘’
trigger:
- platform: time
at: ‘20:00’
condition: []
action: - service: media_player.play_media
data:
media_content_id: https://xxxxx.duckdns.org/local/test.mp4
media_content_type: music
target:
entity_id: media_player.cucina
mode: single