mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-22 02:46:49 +00:00
1.2 KiB
1.2 KiB
title, description, logo, ha_category, ha_release, ha_iot_class, ha_config_flow, ha_codeowners
title | description | logo | ha_category | ha_release | ha_iot_class | ha_config_flow | ha_codeowners | ||
---|---|---|---|---|---|---|---|---|---|
GIOŚ | Instructions on how to integrate GIOŚ (Polish Chief Inspectorate Of Environmental Protection) air quality service into Home Assistant. | gios.png |
|
0.104 | Cloud Polling | true |
|
The gios
integration uses the GIOŚ web service as a source for air quality data for your location.
Setup
To obtain station_id
of the measuring station, go to GIOŚ page, select the measuring station on the map and click the "More Info" link. The address of the opened page will look like this: http://powietrze.gios.gov.pl/pjp/current/station_details/chart/291
and 291
will be station_id
of measuring station.
Configuration
To add GIOŚ to your installation, go to Configuration >> Integrations in the UI and enable the GIOŚ integration.
{% configuration %} name: description: Manually specify Name. required: false type: string default: GIOŚ station_id: description: Specify ID of the measuring station. required: true type: integer {% endconfiguration %}