Use name translation reference in AccuWeather config flow (#41338)

This commit is contained in:
Maciej Bieniek
2020-10-06 16:49:02 +02:00
committed by GitHub
parent d6ad85bba7
commit d9e48b483b

View File

@@ -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%]"