2019-10-04 11:58:29 +00:00
|
|
|
{
|
|
|
|
"config": {
|
|
|
|
"step": {
|
|
|
|
"user": {
|
|
|
|
"title": "Airly",
|
|
|
|
"description": "Set up Airly air quality integration. To generate API key go to https://developer.airly.eu/register",
|
|
|
|
"data": {
|
2020-10-07 13:24:32 +00:00
|
|
|
"name": "[%key:common::config_flow::data::name%]",
|
2020-05-12 17:50:44 +00:00
|
|
|
"api_key": "[%key:common::config_flow::data::api_key%]",
|
2020-10-01 13:36:57 +00:00
|
|
|
"latitude": "[%key:common::config_flow::data::latitude%]",
|
|
|
|
"longitude": "[%key:common::config_flow::data::longitude%]"
|
2019-10-04 11:58:29 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"error": {
|
|
|
|
"wrong_location": "No Airly measuring stations in this area.",
|
2020-10-01 10:28:32 +00:00
|
|
|
"invalid_api_key": "[%key:common::config_flow::error::invalid_api_key%]"
|
2020-01-13 12:28:07 +00:00
|
|
|
},
|
|
|
|
"abort": {
|
2020-10-07 03:34:06 +00:00
|
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_location%]"
|
2019-10-04 11:58:29 +00:00
|
|
|
}
|
2020-12-02 18:32:42 +00:00
|
|
|
},
|
|
|
|
"system_health": {
|
|
|
|
"info": {
|
2021-02-28 11:53:13 +00:00
|
|
|
"can_reach_server": "Reach Airly server",
|
|
|
|
"requests_remaining": "Remaining allowed requests",
|
|
|
|
"requests_per_day": "Allowed requests per day"
|
2020-12-02 18:32:42 +00:00
|
|
|
}
|
2019-10-04 11:58:29 +00:00
|
|
|
}
|
2020-10-01 10:28:32 +00:00
|
|
|
}
|