Adds instructions for temp_offset. (#8004)

* Adds instructions for temp_offset.

* Update source/_components/sensor.bme680.markdown

Co-Authored-By: ctborg <coryborg@gmail.com>
This commit is contained in:
ctborg 2019-01-02 13:02:14 -05:00 committed by Charles Garwood
parent 99c0b70aaa
commit a730cd97bc

View File

@ -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 %}