20 lines
456 B
JSON
20 lines
456 B
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]"
|
|
},
|
|
"step": {
|
|
"user": {
|
|
"title": "Location in Sweden",
|
|
"data": {
|
|
"latitude": "[%key:common::config_flow::data::latitude%]",
|
|
"longitude": "[%key:common::config_flow::data::longitude%]"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"wrong_location": "Location Sweden only"
|
|
}
|
|
}
|
|
}
|