From a3fef0f330dc670183e71bba7fe87d2dc8c9d4de Mon Sep 17 00:00:00 2001 From: Jason Madigan Date: Sat, 3 Oct 2020 13:12:52 +0100 Subject: [PATCH] Use reference strings in lifx (#41124) --- homeassistant/components/lifx/strings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/lifx/strings.json b/homeassistant/components/lifx/strings.json index c35dcf3eb26..ebb8b39a8bc 100644 --- a/homeassistant/components/lifx/strings.json +++ b/homeassistant/components/lifx/strings.json @@ -6,8 +6,8 @@ } }, "abort": { - "single_instance_allowed": "Only a single configuration of LIFX is possible.", - "no_devices_found": "No LIFX 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%]" } } }