From d48ca1d858835da8d1b70bcebab9499dbed46859 Mon Sep 17 00:00:00 2001 From: peteS-UK <64092177+peteS-UK@users.noreply.github.com> Date: Thu, 22 May 2025 09:07:10 +0100 Subject: [PATCH] Hotfix for incorrect bracket in messages for Squeezebox (#145418) hotfix for wrong bracket --- homeassistant/components/squeezebox/strings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/squeezebox/strings.json b/homeassistant/components/squeezebox/strings.json index 593d637e0db..b004234c327 100644 --- a/homeassistant/components/squeezebox/strings.json +++ b/homeassistant/components/squeezebox/strings.json @@ -162,7 +162,7 @@ "message": "Timeout connecting to LMS {host}." }, "init_auth_failed": { - "message": "Authentication failed for {host)." + "message": "Authentication failed with {host}." }, "init_get_status_failed": { "message": "Failed to get status from LMS {host} (HTTP status: {http_status}). Will retry."