From 32094c8773511f2ca1f8eef53c7e01e8f83266b2 Mon Sep 17 00:00:00 2001 From: SNoof85 Date: Tue, 1 Sep 2020 14:05:09 +0200 Subject: [PATCH] Fix missing end tag in translation key (#39546) --- homeassistant/components/insteon/strings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/insteon/strings.json b/homeassistant/components/insteon/strings.json index d6690bd4860..b0130910c5f 100644 --- a/homeassistant/components/insteon/strings.json +++ b/homeassistant/components/insteon/strings.json @@ -40,7 +40,7 @@ }, "abort": { "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]", - "single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed" + "single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]" } }, "options": { @@ -106,4 +106,4 @@ "input_error": "Invalid entries, please check your values." } } -} \ No newline at end of file +}