From be41442a86f2961e85185cfc7ff580a707e11771 Mon Sep 17 00:00:00 2001 From: Jason Madigan Date: Sat, 3 Oct 2020 13:43:30 +0100 Subject: [PATCH] Use reference strings in Wemo (#41067) --- homeassistant/components/wemo/strings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/wemo/strings.json b/homeassistant/components/wemo/strings.json index fe8cc10a74c..f7c6329b1af 100644 --- a/homeassistant/components/wemo/strings.json +++ b/homeassistant/components/wemo/strings.json @@ -6,8 +6,8 @@ } }, "abort": { - "single_instance_allowed": "Only a single configuration of Wemo is possible.", - "no_devices_found": "No Wemo devices found on the network." + "single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]", + "no_devices_found": "[%key:common::config_flow::abort::no_devices_found%]" } } }