Stellt Spotify-Musik via Spotify Connect als HTTP-MP3-Stream bereit, den das Busch-Jäger Unterputz-Internetradio direkt abspielen kann. Komponenten: - ha-addon/: Home Assistant Add-on (librespot + ffmpeg + Icecast2) - custom_components/: Optionale HA Integration mit Media-Player-Entity - README.md: Vollständige Installations- und Konfigurationsanleitung - example-config.yaml: Kommentierte Beispielkonfiguration Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
25 lines
851 B
JSON
25 lines
851 B
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"title": "Busch-Radio Spotify Bridge",
|
|
"description": "Verbinde die Integration mit dem laufenden Busch-Radio Add-on.\nDas Passwort muss mit dem 'icecast_password' in der Add-on Konfiguration übereinstimmen.",
|
|
"data": {
|
|
"host": "Hostname oder IP-Adresse",
|
|
"port": "Icecast-Port",
|
|
"mount": "Stream-Mount-Pfad",
|
|
"password": "Icecast Admin-Passwort"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"cannot_connect": "Verbindung zu Icecast fehlgeschlagen. Läuft das Add-on?",
|
|
"invalid_auth": "Falsches Passwort. Mit 'icecast_password' in der Add-on Konfig vergleichen.",
|
|
"unknown": "Unbekannter Fehler. Prüfe die Logs."
|
|
},
|
|
"abort": {
|
|
"already_configured": "Diese Icecast-Instanz ist bereits konfiguriert."
|
|
}
|
|
}
|
|
}
|