From 3cc0cc38abb8d07b1002265516744bea9ca66ddd Mon Sep 17 00:00:00 2001 From: Michael <35783820+mib1185@users.noreply.github.com> Date: Wed, 20 May 2026 21:31:44 +0200 Subject: [PATCH] Add missing translation placeholders for SMA exceptions (#171625) --- homeassistant/components/sma/strings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/sma/strings.json b/homeassistant/components/sma/strings.json index a7687f9a0be4..e03c436fc387 100644 --- a/homeassistant/components/sma/strings.json +++ b/homeassistant/components/sma/strings.json @@ -69,10 +69,10 @@ }, "exceptions": { "cannot_connect": { - "message": "Could not connect to SMA device" + "message": "Could not connect to SMA device - {error}" }, "invalid_auth": { - "message": "Invalid authentication for SMA device" + "message": "Invalid authentication for SMA device - {error}" } }, "selector": {