mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 05:46:52 +00:00
Add documentation for GIOS integration (#11162)
* Add documentation for GIOS integration * Bump HA version
This commit is contained in:
parent
3af6295867
commit
6effbe0f2d
31
source/_integrations/gios.markdown
Normal file
31
source/_integrations/gios.markdown
Normal file
@ -0,0 +1,31 @@
|
||||
---
|
||||
title: "GIOŚ"
|
||||
description: "Instructions on how to integrate GIOŚ (Polish Chief Inspectorate Of Environmental Protection) air quality service into Home Assistant."
|
||||
logo: gios.png
|
||||
ha_category:
|
||||
- Health
|
||||
ha_release: 0.104
|
||||
ha_iot_class: Cloud Polling
|
||||
---
|
||||
|
||||
The `gios` integration uses the [GIOŚ](http://powietrze.gios.gov.pl/pjp/current) web service as a source for air quality data for your location.
|
||||
|
||||
## Setup
|
||||
|
||||
To obtain `station_id` of the measuring station, go to [GIOŚ](http://powietrze.gios.gov.pl/pjp/current) 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 %}
|
BIN
source/images/supported_brands/gios.png
Normal file
BIN
source/images/supported_brands/gios.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 52 KiB |
Loading…
x
Reference in New Issue
Block a user