Release v1.0.3: host_network für Zeroconf/mDNS

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 <noreply@anthropic.com>
This commit is contained in:
2026-04-06 17:55:37 +02:00
parent f13193958b
commit a0a8b15694

View File

@@ -1,6 +1,6 @@
--- ---
name: "Busch-Radio Spotify Bridge" name: "Busch-Radio Spotify Bridge"
version: "1.0.2" version: "1.0.3"
slug: busch_radio_spotify slug: busch_radio_spotify
description: > description: >
Streamt Spotify-Musik als Internet-Radio-Stream für das Busch-Jäger Unterputz-Internetradio. Streamt Spotify-Musik als Internet-Radio-Stream für das Busch-Jäger Unterputz-Internetradio.
@@ -15,6 +15,10 @@ arch:
init: false init: false
homeassistant: "2023.1.0" homeassistant: "2023.1.0"
# Zeroconf/mDNS benötigt Multicast-Zugang → Host-Netzwerk erforderlich.
# Dadurch ist der Stream direkt unter http://<ha-ip>:8000/stream.mp3 erreichbar.
host_network: true
# ---- Konfigurationsoptionen ---- # ---- Konfigurationsoptionen ----
options: options:
device_name: "Busch-Radio" device_name: "Busch-Radio"
@@ -30,13 +34,6 @@ schema:
stream_mount: str stream_mount: str
icecast_password: str icecast_password: str
# ---- Netzwerk ----
ports:
"8000/tcp": 8000
ports_description:
"8000/tcp": "Icecast HTTP-Stream (für das Radio)"
# ---- UI ---- # ---- UI ----
panel_icon: mdi:radio panel_icon: mdi:radio
panel_title: "Busch-Radio" panel_title: "Busch-Radio"