mirror of
https://github.com/elisspace/core.git
synced 2026-09-11 13:38:35 +00:00
* Initial commit * Add gios to requirements * Add tests * Update .coveragerc file * Run gen_requirements_all.py * Change DEFAULT_SCAN_INTERVAL * Better strings * Bump library version * run script.hassfest * run isort * Add icons mapping * Remove unnecessary f-string * Remove unnecessary listener * Refactoring config_flow * Add unique_id to config entry * Change AQI states to consts in English * Remove unused init * Remove unused exception * Remove private instance attribute * Remove overwrite state property * Fix pylint error * Add SCAN_INTERVAL for air_quality entity * Add _abort_if_unique_id_configured()
21 lines
763 B
JSON
21 lines
763 B
JSON
{
|
|
"config": {
|
|
"title": "GIOŚ",
|
|
"step": {
|
|
"user": {
|
|
"title": "GIOŚ (Polish Chief Inspectorate Of Environmental Protection)",
|
|
"description": "Set up GIOŚ (Polish Chief Inspectorate Of Environmental Protection) air quality integration. If you need help with the configuration have a look here: https://www.home-assistant.io/integrations/gios",
|
|
"data": {
|
|
"name": "Name of the integration",
|
|
"station_id": "ID of the measuring station"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"wrong_station_id": "ID of the measuring station is not correct.",
|
|
"invalid_sensors_data": "Invalid sensors' data for this measuring station.",
|
|
"cannot_connect": "Cannot connect to the GIOŚ server."
|
|
}
|
|
}
|
|
}
|