From a0a8b15694d5fe46b85d1ee8ab5e4fb7e792f622 Mon Sep 17 00:00:00 2001 From: retr0 Date: Mon, 6 Apr 2026 17:55:37 +0200 Subject: [PATCH] =?UTF-8?q?Release=20v1.0.3:=20host=5Fnetwork=20f=C3=BCr?= =?UTF-8?q?=20Zeroconf/mDNS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit librespot benötigt Multicast-UDP (mDNS) für Zeroconf-Discovery. Docker-Bridge-Netzwerk blockiert Multicast → Discovery schlägt fehl. - host_network: true gesetzt → Container nutzt Host-Netzwerk - ports-Eintrag entfernt (mit host_network nicht nötig/wirksam) Co-Authored-By: Claude Sonnet 4.6 --- busch_radio_spotify/config.yaml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/busch_radio_spotify/config.yaml b/busch_radio_spotify/config.yaml index 7698c13..837a194 100644 --- a/busch_radio_spotify/config.yaml +++ b/busch_radio_spotify/config.yaml @@ -1,6 +1,6 @@ --- name: "Busch-Radio Spotify Bridge" -version: "1.0.2" +version: "1.0.3" slug: busch_radio_spotify description: > Streamt Spotify-Musik als Internet-Radio-Stream für das Busch-Jäger Unterputz-Internetradio. @@ -15,6 +15,10 @@ arch: init: false homeassistant: "2023.1.0" +# Zeroconf/mDNS benötigt Multicast-Zugang → Host-Netzwerk erforderlich. +# Dadurch ist der Stream direkt unter http://:8000/stream.mp3 erreichbar. +host_network: true + # ---- Konfigurationsoptionen ---- options: device_name: "Busch-Radio" @@ -30,13 +34,6 @@ schema: stream_mount: str icecast_password: str -# ---- Netzwerk ---- -ports: - "8000/tcp": 8000 - -ports_description: - "8000/tcp": "Icecast HTTP-Stream (für das Radio)" - # ---- UI ---- panel_icon: mdi:radio panel_title: "Busch-Radio"