mirror of
https://github.com/home-assistant/core.git
synced 2026-09-14 12:39:58 +01:00
38 lines
1.5 KiB
JSON
38 lines
1.5 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]"
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
},
|
|
"step": {
|
|
"reauth_confirm": {
|
|
"data": {
|
|
"api_key": "[%key:common::config_flow::data::api_key%]"
|
|
},
|
|
"data_description": {
|
|
"api_key": "[%key:component::metoffice::config::step::user::data_description::api_key%]"
|
|
},
|
|
"description": "Please re-enter your DataHub API key. If you are still using an old Datapoint API key, you need to sign up for DataHub API now, see [documentation]({docs_url}) for details.",
|
|
"title": "Reauthenticate with DataHub API"
|
|
},
|
|
"user": {
|
|
"data": {
|
|
"api_key": "[%key:common::config_flow::data::api_key%]",
|
|
"latitude": "[%key:common::config_flow::data::latitude%]",
|
|
"longitude": "[%key:common::config_flow::data::longitude%]"
|
|
},
|
|
"data_description": {
|
|
"api_key": "Met Office DataHub API key for the Site Specific Global Spot API.",
|
|
"latitude": "The latitude of a location for which to request a weather forecast.",
|
|
"longitude": "The longitude of a location for which to request a weather forecast."
|
|
},
|
|
"title": "Connect to the UK Met Office"
|
|
}
|
|
}
|
|
}
|
|
}
|