mirror of https://github.com/home-assistant/core
31 lines
833 B
JSON
31 lines
833 B
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_location%]"
|
|
},
|
|
"error": {
|
|
"invalid_api_key": "[%key:common::config_flow::error::invalid_api_key%]"
|
|
},
|
|
"step": {
|
|
"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%]",
|
|
"name": "Name of the integration"
|
|
},
|
|
"description": "To generate API key go to https://opendata.aemet.es/centrodedescargas/altaUsuario"
|
|
}
|
|
}
|
|
},
|
|
"options": {
|
|
"step": {
|
|
"init": {
|
|
"data": {
|
|
"station_updates": "Gather data from AEMET weather stations"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|