2018-10-08 21:54:55 +00:00
|
|
|
{
|
2020-04-05 15:27:16 +00:00
|
|
|
"config": {
|
2022-01-15 19:01:48 +00:00
|
|
|
"abort": {
|
|
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]"
|
|
|
|
},
|
2020-04-05 15:27:16 +00:00
|
|
|
"step": {
|
|
|
|
"user": {
|
|
|
|
"title": "Location in Sweden",
|
|
|
|
"data": {
|
2020-10-01 13:36:57 +00:00
|
|
|
"latitude": "[%key:common::config_flow::data::latitude%]",
|
|
|
|
"longitude": "[%key:common::config_flow::data::longitude%]"
|
2018-10-08 21:54:55 +00:00
|
|
|
}
|
2020-04-05 15:27:16 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"error": {
|
|
|
|
"wrong_location": "Location Sweden only"
|
2018-10-08 21:54:55 +00:00
|
|
|
}
|
2020-04-05 15:27:16 +00:00
|
|
|
}
|
|
|
|
}
|