From ae54c219455c4f02424c77e54c6bfd2d9a38ac3e Mon Sep 17 00:00:00 2001 From: Maciej Bieniek Date: Tue, 6 Oct 2020 14:54:02 +0200 Subject: [PATCH] Use name reference and fix already_configured string for GIOS integration (#41323) --- homeassistant/components/gios/strings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/gios/strings.json b/homeassistant/components/gios/strings.json index 3eb2bb99ee2..34e99570dd0 100644 --- a/homeassistant/components/gios/strings.json +++ b/homeassistant/components/gios/strings.json @@ -5,7 +5,7 @@ "title": "GIO\u015a (Polish Chief Inspectorate Of Environmental Protection)", "description": "Set up GIO\u015a (Polish Chief Inspectorate Of Environmental Protection) air quality integration. If you need help with the configuration have a look here: https://www.home-assistant.io/integrations/gios", "data": { - "name": "Name of the integration", + "name": "[%key:common::config_flow::data::name%]", "station_id": "ID of the measuring station" } } @@ -16,7 +16,7 @@ "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]" }, "abort": { - "already_configured": "[%key:common::config_flow::abort::already_configured_service%]" + "already_configured": "[%key:common::config_flow::abort::already_configured_service%] for this measuring station" } } }