diff --git a/homeassistant/components/ipma/strings.json b/homeassistant/components/ipma/strings.json index e3825bd4b27..ee21fb78f74 100644 --- a/homeassistant/components/ipma/strings.json +++ b/homeassistant/components/ipma/strings.json @@ -2,7 +2,7 @@ "config": { "step": { "user": { - "title": "Location", + "title": "[%key:common::config_flow::data::location%]", "description": "Instituto Portugu\u00eas do Mar e Atmosfera", "data": { "name": "[%key:common::config_flow::data::name%]", diff --git a/homeassistant/components/met/strings.json b/homeassistant/components/met/strings.json index c3e28d98eff..7c4e7cd1d34 100644 --- a/homeassistant/components/met/strings.json +++ b/homeassistant/components/met/strings.json @@ -2,7 +2,7 @@ "config": { "step": { "user": { - "title": "Location", + "title": "[%key:common::config_flow::data::location%]", "description": "Meteorologisk institutt", "data": { "name": "[%key:common::config_flow::data::name%]", diff --git a/homeassistant/components/pi_hole/strings.json b/homeassistant/components/pi_hole/strings.json index 3bb5289777d..75af03dc3a5 100644 --- a/homeassistant/components/pi_hole/strings.json +++ b/homeassistant/components/pi_hole/strings.json @@ -6,7 +6,7 @@ "host": "[%key:common::config_flow::data::host%]", "port": "[%key:common::config_flow::data::port%]", "name": "[%key:common::config_flow::data::name%]", - "location": "Location", + "location": "[%key:common::config_flow::data::location%]", "api_key": "[%key:common::config_flow::data::api_key%]", "ssl": "[%key:common::config_flow::data::ssl%]", "verify_ssl": "[%key:common::config_flow::data::verify_ssl%]" diff --git a/homeassistant/components/smartthings/strings.json b/homeassistant/components/smartthings/strings.json index 3b8e3b208a6..dbc78dd54e2 100644 --- a/homeassistant/components/smartthings/strings.json +++ b/homeassistant/components/smartthings/strings.json @@ -15,7 +15,7 @@ "select_location": { "title": "Select Location", "description": "Please select the SmartThings Location you wish to add to Home Assistant. We will then open a new window and ask you to login and authorize installation of the Home Assistant integration into the selected location.", - "data": { "location_id": "Location" } + "data": { "location_id": "[%key:common::config_flow::data::location%]" } }, "authorize": { "title": "Authorize Home Assistant" } }, diff --git a/homeassistant/strings.json b/homeassistant/strings.json index 56577c04c2a..937b59dedd6 100644 --- a/homeassistant/strings.json +++ b/homeassistant/strings.json @@ -42,6 +42,7 @@ "verify_ssl": "Verify SSL certificate", "longitude": "Longitude", "latitude": "Latitude", + "location": "Location", "pin": "PIN Code" }, "create_entry": {