core/homeassistant/components/smhi/strings.json

19 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"
}
}
}