Initiales Release: Busch-Radio Spotify Bridge v1.0.0
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>
This commit is contained in:
24
custom_components/busch_radio_spotify/strings.json
Normal file
24
custom_components/busch_radio_spotify/strings.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"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."
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user