From 973f41426e0acca77b54a72d4124dd167b0db2ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= Date: Wed, 20 Mar 2024 09:55:12 +0100 Subject: [PATCH] airzone_cloud: document Air Quality sensors (#31535) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * airzone_cloud: document Air Quality sensors Signed-off-by: Álvaro Fernández Rojas * tiny tweak --------- Signed-off-by: Álvaro Fernández Rojas Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_integrations/airzone_cloud.markdown | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/source/_integrations/airzone_cloud.markdown b/source/_integrations/airzone_cloud.markdown index 3b8d7011170..d0deb04ffd4 100644 --- a/source/_integrations/airzone_cloud.markdown +++ b/source/_integrations/airzone_cloud.markdown @@ -79,10 +79,14 @@ For each Airzone Aidoo (HVAC Wi-Fi controller), the following *sensors* are crea For each Airzone zone (thermostat), the following *sensors* are created: -| Condition | Description | -| :------------------ | :-------------------------------------------------- | -| humidity | Measures the relative humidity in the current zone. | -| temperature | Measures the temperature in the current zone. | +| Condition | Description | +| :------------------ | :-------------------------------------------------------- | +| air_quality_index | Indicates the Air Quality Index in the current zone. | +| humidity | Measures the relative humidity in the current zone. | +| pm1 | Concentration of particles with a diameter of less than 1 µm. | +| pm2_5 | Concentration of particles with a diameter of less than 2.5 µm. | +| pm10 | Concentration of particles with a diameter of less than 10 µm. | +| temperature | Measures the temperature in the current zone. | For each Airzone WebServer (HVAC Wi-Fi controller), the following *sensors* are created: