From f2c8b75a8e5bc220c6024414e936a9374751409a Mon Sep 17 00:00:00 2001 From: Maciej Bieniek Date: Tue, 11 Mar 2025 12:52:52 +0100 Subject: [PATCH] Update GIOS docs to remove information about the measuring station ID (#37835) * Update GIOS docs to remove information about the measuring station ID * Update source/_integrations/gios.markdown * tiny tweak --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_integrations/gios.markdown | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/source/_integrations/gios.markdown b/source/_integrations/gios.markdown index 789f8f9720a..fe712f2b20d 100644 --- a/source/_integrations/gios.markdown +++ b/source/_integrations/gios.markdown @@ -17,8 +17,11 @@ ha_integration_type: service 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 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 %} +Measuring station: + description: "Select a measuring station from the list." +Name: + description: "Service name in Home Assistant, by default, this is the name of your Home Assistant instance. For example `Home`." +{% endconfiguration_basic %}