From def9c98c9bb57be08245b333f22cdb23ef364e4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diefferson=20Koderer=20M=C3=B4ro?= Date: Mon, 5 Oct 2020 09:21:00 -0300 Subject: [PATCH] Use common strings for GDACS config flow (#41178) * Use common strings for GDACS config flow * Fix ci * Update test_config_flow.py --- homeassistant/components/gdacs/strings.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/gdacs/strings.json b/homeassistant/components/gdacs/strings.json index 496b996823a..955936cf986 100644 --- a/homeassistant/components/gdacs/strings.json +++ b/homeassistant/components/gdacs/strings.json @@ -3,9 +3,13 @@ "step": { "user": { "title": "Fill in your filter details.", - "data": { "radius": "Radius" } + "data": { + "radius": "Radius" + } } }, - "abort": { "already_configured": "Location is already configured." } + "abort": { + "already_configured": "[%key:common::config_flow::abort::already_configured_service%]" + } } -} +} \ No newline at end of file