mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-26 17:05:53 +01:00
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"
|
|
}
|
|
}
|
|
}
|