22 lines
647 B
JSON
22 lines
647 B
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]"
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
|
"invalid_station": "Could not find a weather station with the specified name",
|
|
"more_stations": "Found multiple weather stations with the specified name"
|
|
},
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"api_key": "[%key:common::config_flow::data::api_key%]",
|
|
"station": "Station"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|