From 6e3e383b3fad56a1bec596b84bdb3b9b9166a2c3 Mon Sep 17 00:00:00 2001 From: Maciej Bieniek Date: Wed, 8 Jan 2020 16:15:05 +0100 Subject: [PATCH] Add missing string for already_configured in Brother integration (#30584) --- homeassistant/components/brother/strings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/brother/strings.json b/homeassistant/components/brother/strings.json index a0e43e0e85a..b636b7c0202 100644 --- a/homeassistant/components/brother/strings.json +++ b/homeassistant/components/brother/strings.json @@ -17,7 +17,8 @@ "snmp_error": "SNMP server turned off or printer not supported." }, "abort": { - "unsupported_model": "This printer model is not supported." + "unsupported_model": "This printer model is not supported.", + "already_configured": "This printer is already configured." } } }