From b1369317410166c2c8ffdd3d92dc7bac2f1bc527 Mon Sep 17 00:00:00 2001 From: Mikkel Jeppesen <2756925+Duckle29@users.noreply.github.com> Date: Mon, 14 Nov 2022 23:00:10 +0100 Subject: [PATCH] Update bme680_bsec.rst --- components/sensor/bme680_bsec.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/components/sensor/bme680_bsec.rst b/components/sensor/bme680_bsec.rst index a218d9730..3503e9b70 100644 --- a/components/sensor/bme680_bsec.rst +++ b/components/sensor/bme680_bsec.rst @@ -65,7 +65,8 @@ Configuration variables: - **address** (*Optional*, int): Manually specify the I^2C address of the sensor. Defaults to ``0x76``. Another address can be ``0x77``. - **temperature_offset** (*Optional*, float): Temperature offset if device is in enclosure and reads too high. - This value is subtracted from the reading. If the sensor reads 5°C too high, set this to ``5``. + This value is subtracted from the reading. If the sensor reads 5°C too high, set this to ``5``. + This also corrects the relative humidity readings. Defaults to ``0``. - **iaq_mode** (*Optional*, string): IAQ calculation mode. Default is ``static`` for static applications (e.g. fixed indoor devices). @@ -176,6 +177,7 @@ For each sensor all other options from :ref:`Sensor ` and :ref:`T # ------------------ # Useful if device is in enclosure and reads too high # For example if it reads 5C too high, set this to 5 + # This also corrects the relative humidity readings # Default: 0 temperature_offset: 0