hass-core/homeassistant/components/smhi/strings.json
springstan 04daa9a378
Add name to base strings for config flows (#40947)
* Add name to base strings for config flows

* Fix HA strings.json
2020-10-03 15:28:42 +02:00

18 lines
446 B
JSON

{
"config": {
"step": {
"user": {
"title": "Location in Sweden",
"data": {
"name": "[%key:common::config_flow::data::name%]",
"latitude": "[%key:common::config_flow::data::latitude%]",
"longitude": "[%key:common::config_flow::data::longitude%]"
}
}
},
"error": {
"name_exists": "Name already exists",
"wrong_location": "Location Sweden only"
}
}
}