From abfe575a5889516205422f4c97d207daf430a598 Mon Sep 17 00:00:00 2001 From: scheric <38077357+scheric@users.noreply.github.com> Date: Sun, 4 Oct 2020 12:04:51 +0200 Subject: [PATCH] Use common strings in hisense_aehw4a1 config flow (#41190) --- homeassistant/components/hisense_aehw4a1/strings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/hisense_aehw4a1/strings.json b/homeassistant/components/hisense_aehw4a1/strings.json index 5d9b6f1ef96..58e6b057c12 100644 --- a/homeassistant/components/hisense_aehw4a1/strings.json +++ b/homeassistant/components/hisense_aehw4a1/strings.json @@ -6,8 +6,8 @@ } }, "abort": { - "single_instance_allowed": "Only a single configuration of Hisense AEH-W4A1 is possible.", - "no_devices_found": "No Hisense AEH-W4A1 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%]" } } }