2020-02-29 03:14:17 +00:00
|
|
|
{
|
|
|
|
"config": {
|
|
|
|
"step": {
|
|
|
|
"user": {
|
|
|
|
"title": "Configure AirVisual",
|
|
|
|
"description": "Monitor air quality in a geographical location.",
|
|
|
|
"data": {
|
|
|
|
"api_key": "API Key",
|
|
|
|
"latitude": "Latitude",
|
2020-03-10 20:16:25 +00:00
|
|
|
"longitude": "Longitude"
|
2020-02-29 03:14:17 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
2020-04-16 19:52:53 +00:00
|
|
|
"error": { "invalid_api_key": "Invalid API key" },
|
2020-02-29 03:14:17 +00:00
|
|
|
"abort": {
|
2020-03-24 18:39:38 +00:00
|
|
|
"already_configured": "These coordinates have already been registered."
|
2020-02-29 03:14:17 +00:00
|
|
|
}
|
2020-03-10 20:16:25 +00:00
|
|
|
},
|
|
|
|
"options": {
|
|
|
|
"step": {
|
|
|
|
"init": {
|
|
|
|
"title": "Configure AirVisual",
|
|
|
|
"description": "Set various options for the AirVisual integration.",
|
2020-04-16 19:52:53 +00:00
|
|
|
"data": { "show_on_map": "Show monitored geography on the map" }
|
2020-03-10 20:16:25 +00:00
|
|
|
}
|
|
|
|
}
|
2020-02-29 03:14:17 +00:00
|
|
|
}
|
|
|
|
}
|