From c6646522500e5a60c8dad12ac7a13f95a32d7fc3 Mon Sep 17 00:00:00 2001 From: Michel Marti Date: Thu, 3 Dec 2020 19:21:15 +0100 Subject: [PATCH] scd30: Document temperature_offset setting (#864) --- components/sensor/scd30.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/components/sensor/scd30.rst b/components/sensor/scd30.rst index b9d63c6d1..acf05e75c 100644 --- a/components/sensor/scd30.rst +++ b/components/sensor/scd30.rst @@ -27,6 +27,7 @@ The :ref:`I²C Bus ` is required to be set up in your configuration for thi humidity: name: "Workshop Humidity" accuracy_decimals: 1 + temperature_offset: 1.5 °C address: 0x61 update_interval: 5s @@ -53,6 +54,11 @@ Configuration variables: - **id** (*Optional*, :ref:`config-id`): Set the ID of this sensor for use in lambdas. - All other options from :ref:`Sensor `. +- **temperature_offset** (*Optional*, float): Temperature and humidity + offsets may occur when operating the sensor in end-customer + devices. This variable allows the compensation of those effects by + setting a temperature offset. + - **automatic_self_calibration** (*Optional*, bool): Whether to enable automatic self calibration (ASC). Defaults to ``true``.