From 56e550f13630746c81d3f1574014a94d94f30fa7 Mon Sep 17 00:00:00 2001 From: Julian <130256240+j4n-e4t@users.noreply.github.com> Date: Mon, 14 Oct 2024 18:46:38 +0200 Subject: [PATCH] Fix translation string in eq3btsmart (#128319) --- homeassistant/components/eq3btsmart/strings.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/homeassistant/components/eq3btsmart/strings.json b/homeassistant/components/eq3btsmart/strings.json index 7477aab4cfb..5108baa1bcf 100644 --- a/homeassistant/components/eq3btsmart/strings.json +++ b/homeassistant/components/eq3btsmart/strings.json @@ -14,6 +14,9 @@ "init": { "title": "Configure new eQ-3 device" } + }, + "error": { + "invalid_mac_address": "Invalid MAC address" } } }