diff --git a/homeassistant/components/accuweather/strings.json b/homeassistant/components/accuweather/strings.json index 89228cd0692..102635c2d40 100644 --- a/homeassistant/components/accuweather/strings.json +++ b/homeassistant/components/accuweather/strings.json @@ -7,8 +7,8 @@ "data": { "name": "Name of the integration", "api_key": "[%key:common::config_flow::data::api_key%]", - "latitude": "Latitude", - "longitude": "Longitude" + "latitude": "[%key:common::config_flow::data::latitude%]", + "longitude": "[%key:common::config_flow::data::longitude%]" } } }, diff --git a/homeassistant/components/airly/strings.json b/homeassistant/components/airly/strings.json index 41b58615ea8..9d335232286 100644 --- a/homeassistant/components/airly/strings.json +++ b/homeassistant/components/airly/strings.json @@ -7,8 +7,8 @@ "data": { "name": "Name of the integration", "api_key": "[%key:common::config_flow::data::api_key%]", - "latitude": "Latitude", - "longitude": "Longitude" + "latitude": "[%key:common::config_flow::data::latitude%]", + "longitude": "[%key:common::config_flow::data::longitude%]" } } }, diff --git a/homeassistant/components/airvisual/strings.json b/homeassistant/components/airvisual/strings.json index c7e2bc34701..cb0e01a92e5 100644 --- a/homeassistant/components/airvisual/strings.json +++ b/homeassistant/components/airvisual/strings.json @@ -6,8 +6,8 @@ "description": "Use the AirVisual cloud API to monitor a geographical location.", "data": { "api_key": "[%key:common::config_flow::data::api_key%]", - "latitude": "Latitude", - "longitude": "Longitude" + "latitude": "[%key:common::config_flow::data::latitude%]", + "longitude": "[%key:common::config_flow::data::longitude%]" } }, "node_pro": { @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/homeassistant/components/flunearyou/strings.json b/homeassistant/components/flunearyou/strings.json index 2a7e59989b0..7394fbcb680 100644 --- a/homeassistant/components/flunearyou/strings.json +++ b/homeassistant/components/flunearyou/strings.json @@ -4,7 +4,10 @@ "user": { "title": "Configure Flu Near You", "description": "Monitor user-based and CDC repots for a pair of coordinates.", - "data": { "latitude": "Latitude", "longitude": "Longitude" } + "data": { + "latitude": "[%key:common::config_flow::data::latitude%]", + "longitude": "[%key:common::config_flow::data::longitude%]" + } } }, "error": { "general_error": "There was an unknown error." }, diff --git a/homeassistant/components/ipma/strings.json b/homeassistant/components/ipma/strings.json index 5b325938411..31174f64c3f 100644 --- a/homeassistant/components/ipma/strings.json +++ b/homeassistant/components/ipma/strings.json @@ -6,8 +6,8 @@ "description": "Instituto Portugu\u00eas do Mar e Atmosfera", "data": { "name": "Name", - "latitude": "Latitude", - "longitude": "Longitude", + "latitude": "[%key:common::config_flow::data::latitude%]", + "longitude": "[%key:common::config_flow::data::longitude%]", "mode": "Mode" } } diff --git a/homeassistant/components/met/strings.json b/homeassistant/components/met/strings.json index 814df01b49e..81427f267ca 100644 --- a/homeassistant/components/met/strings.json +++ b/homeassistant/components/met/strings.json @@ -6,8 +6,8 @@ "description": "Meteorologisk institutt", "data": { "name": "Name", - "latitude": "Latitude", - "longitude": "Longitude", + "latitude": "[%key:common::config_flow::data::latitude%]", + "longitude": "[%key:common::config_flow::data::longitude%]", "elevation": "Elevation" } } diff --git a/homeassistant/components/metoffice/strings.json b/homeassistant/components/metoffice/strings.json index 74d8b16542a..77c3f5d65eb 100644 --- a/homeassistant/components/metoffice/strings.json +++ b/homeassistant/components/metoffice/strings.json @@ -6,8 +6,8 @@ "title": "Connect to the UK Met Office", "data": { "api_key": "Met Office DataPoint API key", - "latitude": "Latitude", - "longitude": "Longitude" + "latitude": "[%key:common::config_flow::data::latitude%]", + "longitude": "[%key:common::config_flow::data::longitude%]" } } }, @@ -19,4 +19,4 @@ "already_configured": "[%key:common::config_flow::abort::already_configured_device%]" } } -} \ No newline at end of file +} diff --git a/homeassistant/components/nws/strings.json b/homeassistant/components/nws/strings.json index 83e8a3a694b..91a3b9c5254 100644 --- a/homeassistant/components/nws/strings.json +++ b/homeassistant/components/nws/strings.json @@ -6,8 +6,8 @@ "title": "Connect to the National Weather Service", "data": { "api_key": "[%key:common::config_flow::data::api_key%]", - "latitude": "Latitude", - "longitude": "Longitude", + "latitude": "[%key:common::config_flow::data::latitude%]", + "longitude": "[%key:common::config_flow::data::longitude%]", "station": "METAR station code" } } @@ -20,4 +20,4 @@ "already_configured": "Device is already configured" } } -} \ No newline at end of file +} diff --git a/homeassistant/components/openuv/strings.json b/homeassistant/components/openuv/strings.json index 0777b139cf9..039a7a9d689 100644 --- a/homeassistant/components/openuv/strings.json +++ b/homeassistant/components/openuv/strings.json @@ -6,8 +6,8 @@ "data": { "api_key": "[%key:common::config_flow::data::api_key%]", "elevation": "Elevation", - "latitude": "Latitude", - "longitude": "Longitude" + "latitude": "[%key:common::config_flow::data::latitude%]", + "longitude": "[%key:common::config_flow::data::longitude%]" } } }, diff --git a/homeassistant/components/openweathermap/strings.json b/homeassistant/components/openweathermap/strings.json index e068bb91964..79462f6912b 100644 --- a/homeassistant/components/openweathermap/strings.json +++ b/homeassistant/components/openweathermap/strings.json @@ -12,8 +12,8 @@ "data": { "api_key": "OpenWeatherMap API key", "language": "Language", - "latitude": "Latitude", - "longitude": "Longitude", + "latitude": "[%key:common::config_flow::data::latitude%]", + "longitude": "[%key:common::config_flow::data::longitude%]", "mode": "Mode", "name": "Name of the integration" }, diff --git a/homeassistant/components/smhi/strings.json b/homeassistant/components/smhi/strings.json index 245260b0fce..759b13f3c04 100644 --- a/homeassistant/components/smhi/strings.json +++ b/homeassistant/components/smhi/strings.json @@ -5,8 +5,8 @@ "title": "Location in Sweden", "data": { "name": "Name", - "latitude": "Latitude", - "longitude": "Longitude" + "latitude": "[%key:common::config_flow::data::latitude%]", + "longitude": "[%key:common::config_flow::data::longitude%]" } } }, diff --git a/homeassistant/strings.json b/homeassistant/strings.json index 05bc2e3c247..8f025ad5ca3 100644 --- a/homeassistant/strings.json +++ b/homeassistant/strings.json @@ -34,7 +34,9 @@ "url": "URL", "usb_path": "USB Device Path", "access_token": "Access Token", - "api_key": "API Key" + "api_key": "API Key", + "longitude": "Longitude", + "latitude": "Latitude" }, "create_entry": { "authenticated": "Successfully authenticated"