25 lines
666 B
JSON
25 lines
666 B
JSON
{
|
|
"config": {
|
|
"title": "Airly",
|
|
"step": {
|
|
"user": {
|
|
"title": "Airly",
|
|
"description": "Set up Airly air quality integration. To generate API key go to https://developer.airly.eu/register",
|
|
"data": {
|
|
"name": "Name of the integration",
|
|
"api_key": "Airly API key",
|
|
"latitude": "Latitude",
|
|
"longitude": "Longitude"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"wrong_location": "No Airly measuring stations in this area.",
|
|
"auth": "API key is not correct."
|
|
},
|
|
"abort": {
|
|
"already_configured": "Airly integration for these coordinates is already configured."
|
|
}
|
|
}
|
|
}
|