From e314979e4591b5ef2aa181c874264028f52640e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Bregu=C5=82a?= Date: Mon, 29 Dec 2025 18:27:23 +0100 Subject: [PATCH 1/3] Add known limitations for gios integration Added known limitations section regarding sensor availability and data polling frequency. --- source/_integrations/gios.markdown | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/source/_integrations/gios.markdown b/source/_integrations/gios.markdown index 2049b72da210..a203ab25ea58 100644 --- a/source/_integrations/gios.markdown +++ b/source/_integrations/gios.markdown @@ -55,8 +55,6 @@ The integration provides the following sensors: - Sulphur dioxide - Sulphur dioxide index -The available sensors and data refresh rate depend on the selected measurement station. - ## Data updates By default, the integration {% term polling polls %} data from the API every 30 minutes. @@ -90,6 +88,11 @@ automation: {% endraw %} +## Known Limitations + +- The availability of sensors depends on the selected measurement station. Not all stations provide data for all pollutants or indices. +- The integration polls data from the API every 30 minutes, while the data provider may publish updates at a different frequency. As a result, consecutive polls may return unchanged data. + ## Troubleshooting Before reporting an issue, enable [debug logging](/docs/configuration/troubleshooting/#debug-logs-and-diagnostics) and restart the integration. As soon as the issue re-occurs, stop the debug logging again (_download of debug log file will start automatically_). Further, _if still possible_, download the {% term diagnostics %} data. If you have collected the debug log and the diagnostics data, include them in the issue report. From daef950229ee2bdd0ce717c1265627864879b0f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Bregu=C5=82a?= Date: Mon, 29 Dec 2025 18:28:10 +0100 Subject: [PATCH 2/3] Correct 'Limitations' heading capitalization --- source/_integrations/gios.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/gios.markdown b/source/_integrations/gios.markdown index a203ab25ea58..d27a3af41be2 100644 --- a/source/_integrations/gios.markdown +++ b/source/_integrations/gios.markdown @@ -88,7 +88,7 @@ automation: {% endraw %} -## Known Limitations +## Known limitations - The availability of sensors depends on the selected measurement station. Not all stations provide data for all pollutants or indices. - The integration polls data from the API every 30 minutes, while the data provider may publish updates at a different frequency. As a result, consecutive polls may return unchanged data. From 3faffd459dc5045377e16d8cc7d1748d0f647c44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Bregu=C5=82a?= Date: Mon, 29 Dec 2025 18:32:08 +0100 Subject: [PATCH 3/3] Update source/_integrations/gios.markdown Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- source/_integrations/gios.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/gios.markdown b/source/_integrations/gios.markdown index d27a3af41be2..e1e231ccfc3d 100644 --- a/source/_integrations/gios.markdown +++ b/source/_integrations/gios.markdown @@ -91,7 +91,7 @@ automation: ## Known limitations - The availability of sensors depends on the selected measurement station. Not all stations provide data for all pollutants or indices. -- The integration polls data from the API every 30 minutes, while the data provider may publish updates at a different frequency. As a result, consecutive polls may return unchanged data. +- The data provider may publish new measurements less frequently than every 30 minutes, so consecutive polls can return unchanged data. ## Troubleshooting