2019-06-18 23:44:41 +00:00
|
|
|
{
|
2020-04-05 15:27:16 +00:00
|
|
|
"config": {
|
|
|
|
"step": {
|
|
|
|
"user": {
|
2020-10-25 22:41:26 +00:00
|
|
|
"title": "[%key:common::config_flow::data::location%]",
|
2020-04-05 15:27:16 +00:00
|
|
|
"description": "Meteorologisk institutt",
|
|
|
|
"data": {
|
2020-10-03 13:28:42 +00:00
|
|
|
"name": "[%key:common::config_flow::data::name%]",
|
2020-10-01 13:36:57 +00:00
|
|
|
"latitude": "[%key:common::config_flow::data::latitude%]",
|
|
|
|
"longitude": "[%key:common::config_flow::data::longitude%]",
|
2020-10-27 04:30:20 +00:00
|
|
|
"elevation": "[%key:common::config_flow::data::elevation%]"
|
2019-06-18 23:44:41 +00:00
|
|
|
}
|
2020-04-05 15:27:16 +00:00
|
|
|
}
|
|
|
|
},
|
2021-04-07 07:39:39 +00:00
|
|
|
"error": {
|
|
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]"
|
|
|
|
},
|
|
|
|
"abort": {
|
|
|
|
"no_home": "No home coordinates are set in the Home Assistant configuration"
|
|
|
|
}
|
2020-04-05 15:27:16 +00:00
|
|
|
}
|
2019-06-18 23:44:41 +00:00
|
|
|
}
|