From d9e48b483b82ac01cbe5768edc169a98c4ab1b89 Mon Sep 17 00:00:00 2001 From: Maciej Bieniek Date: Tue, 6 Oct 2020 16:49:02 +0200 Subject: [PATCH] Use name translation reference in AccuWeather config flow (#41338) --- homeassistant/components/accuweather/strings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/accuweather/strings.json b/homeassistant/components/accuweather/strings.json index 102635c2d40..7bf61de8476 100644 --- a/homeassistant/components/accuweather/strings.json +++ b/homeassistant/components/accuweather/strings.json @@ -5,7 +5,7 @@ "title": "AccuWeather", "description": "If you need help with the configuration have a look here: https://www.home-assistant.io/integrations/accuweather/\n\nSome sensors are not enabled by default. You can enable them in the entity registry after the integration configuration.\nWeather forecast is not enabled by default. You can enable it in the integration options.", "data": { - "name": "Name of the integration", + "name": "[%key:common::config_flow::data::name%]", "api_key": "[%key:common::config_flow::data::api_key%]", "latitude": "[%key:common::config_flow::data::latitude%]", "longitude": "[%key:common::config_flow::data::longitude%]"