From 4afeaaedca80df800b5a0bf35bacb37577e26568 Mon Sep 17 00:00:00 2001 From: SNoof85 Date: Fri, 2 Oct 2020 20:58:05 +0200 Subject: [PATCH] Use reference strings in doorbird (#41061) --- homeassistant/components/doorbird/strings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/doorbird/strings.json b/homeassistant/components/doorbird/strings.json index 6f1f866053e..076124cf095 100644 --- a/homeassistant/components/doorbird/strings.json +++ b/homeassistant/components/doorbird/strings.json @@ -22,7 +22,7 @@ } }, "abort": { - "already_configured": "This DoorBird is already configured", + "already_configured": "[%key:common::config_flow::abort::already_configured_device%]", "link_local_address": "Link local addresses are not supported", "not_doorbird_device": "This device is not a DoorBird" }, @@ -33,4 +33,4 @@ "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]" } } -} \ No newline at end of file +}