mirror of
https://github.com/home-assistant/core.git
synced 2026-02-21 02:18:47 +00:00
Co-authored-by: mik-laj <12058428+mik-laj@users.noreply.github.com> Co-authored-by: Joostlek <joostlek@outlook.com>
41 lines
1.2 KiB
JSON
41 lines
1.2 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"no_home": "No home coordinates are set in the Home Assistant configuration"
|
|
},
|
|
"error": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]"
|
|
},
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"elevation": "[%key:common::config_flow::data::elevation%]",
|
|
"latitude": "[%key:common::config_flow::data::latitude%]",
|
|
"longitude": "[%key:common::config_flow::data::longitude%]",
|
|
"name": "[%key:common::config_flow::data::name%]"
|
|
},
|
|
"description": "Meteorologisk institutt",
|
|
"title": "[%key:common::config_flow::data::location%]"
|
|
}
|
|
}
|
|
},
|
|
"exceptions": {
|
|
"update_failed": {
|
|
"message": "Update of data from the web site failed: {error}"
|
|
}
|
|
},
|
|
"options": {
|
|
"step": {
|
|
"init": {
|
|
"data": {
|
|
"elevation": "[%key:common::config_flow::data::elevation%]",
|
|
"latitude": "[%key:common::config_flow::data::latitude%]",
|
|
"longitude": "[%key:common::config_flow::data::longitude%]",
|
|
"name": "[%key:common::config_flow::data::name%]"
|
|
},
|
|
"title": "[%key:common::config_flow::data::location%]"
|
|
}
|
|
}
|
|
}
|
|
}
|