From 7905de571149d0e64d9bdbd8fd9eee8cf766ac35 Mon Sep 17 00:00:00 2001 From: Maciej Bieniek Date: Mon, 5 Jul 2021 09:57:29 +0200 Subject: [PATCH] Migrate `air_quality` platform to `sensor` for GIOS integration (#18343) --- source/_integrations/gios.markdown | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/source/_integrations/gios.markdown b/source/_integrations/gios.markdown index b338f2059d2..00258a78b4f 100644 --- a/source/_integrations/gios.markdown +++ b/source/_integrations/gios.markdown @@ -11,20 +11,13 @@ ha_codeowners: ha_domain: gios ha_quality_scale: platinum ha_platforms: - - air_quality + - sensor --- 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. +To obtain 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 ID of the measuring station. {% include integrations/config_flow.md %} - -{% configuration_basic %} -name: - description: Manually specify Name. -station_id: - description: Specify ID of the measuring station. -{% endconfiguration_basic %}