mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 05:05:09 +02:00
Hotfix for incorrect bracket in messages for Squeezebox (#145418)
hotfix for wrong bracket
This commit is contained in:
@@ -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."
|
||||
|
Reference in New Issue
Block a user