2020-04-16 14:15:55 +00:00
|
|
|
{
|
|
|
|
"config": {
|
|
|
|
"step": {
|
2020-04-16 19:52:53 +00:00
|
|
|
"user": {
|
|
|
|
"description": "If a METAR station code is not specified, the latitude and longitude will be used to find the closest station.",
|
2020-04-16 14:15:55 +00:00
|
|
|
"title": "Connect to the National Weather Service",
|
|
|
|
"data": {
|
2020-05-12 17:50:44 +00:00
|
|
|
"api_key": "[%key:common::config_flow::data::api_key%]",
|
2020-04-16 19:52:53 +00:00
|
|
|
"latitude": "Latitude",
|
|
|
|
"longitude": "Longitude",
|
|
|
|
"station": "METAR station code"
|
2020-04-16 14:15:55 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"error": {
|
|
|
|
"cannot_connect": "Failed to connect, please try again",
|
|
|
|
"unknown": "Unexpected error"
|
|
|
|
},
|
2020-05-12 17:50:44 +00:00
|
|
|
"abort": {
|
|
|
|
"already_configured": "Device is already configured"
|
|
|
|
}
|
2020-04-16 14:15:55 +00:00
|
|
|
}
|
2020-05-12 17:50:44 +00:00
|
|
|
}
|