From 78ebd1add9aae136c1c6fec110b8bd5fe37ff0e3 Mon Sep 17 00:00:00 2001 From: SNoof85 Date: Thu, 1 Oct 2020 11:36:26 +0200 Subject: [PATCH] Use of reference strings in meteo france config flow (#40939) --- homeassistant/components/meteo_france/strings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/meteo_france/strings.json b/homeassistant/components/meteo_france/strings.json index 611d1ca054c..4deb17d01e6 100644 --- a/homeassistant/components/meteo_france/strings.json +++ b/homeassistant/components/meteo_france/strings.json @@ -21,7 +21,7 @@ }, "abort": { "already_configured": "City already configured", - "unknown": "Unknown error: please retry later" + "unknown": "[%key:common::config_flow::error::unknown%]" } }, "options": { @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +}