From a730cd97bc647a85034d80f97860d475f6fb7f2c Mon Sep 17 00:00:00 2001 From: ctborg Date: Wed, 2 Jan 2019 13:02:14 -0500 Subject: [PATCH] Adds instructions for temp_offset. (#8004) * Adds instructions for temp_offset. * Update source/_components/sensor.bme680.markdown Co-Authored-By: ctborg --- source/_components/sensor.bme680.markdown | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/_components/sensor.bme680.markdown b/source/_components/sensor.bme680.markdown index f1661ac364f..2294195bc1b 100644 --- a/source/_components/sensor.bme680.markdown +++ b/source/_components/sensor.bme680.markdown @@ -111,6 +111,11 @@ aq_humidity_bias: required: false default: 25 type: integer +temp_offset: + description: "The temperature for the sensor will always be too high as it pulls heat from the components around it. Consider adding a negative offset to ensure the sensor returns an accurate temperature. Note: This value is in celsius." + required: false + default: 0 + type: float {% endconfiguration %} ## {% linkable_title Full Examples %} @@ -139,6 +144,7 @@ sensor: aq_burn_in_time: 300 aq_humidity_baseline: 40 aq_humidity_bias: 25 + temp_offset: -5.5 ``` ## {% linkable_title Customizing the sensor data %}