mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-10 10:56:49 +00:00
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:
parent
99c0b70aaa
commit
a730cd97bc
@ -111,6 +111,11 @@ aq_humidity_bias:
|
|||||||
required: false
|
required: false
|
||||||
default: 25
|
default: 25
|
||||||
type: integer
|
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 %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
## {% linkable_title Full Examples %}
|
## {% linkable_title Full Examples %}
|
||||||
@ -139,6 +144,7 @@ sensor:
|
|||||||
aq_burn_in_time: 300
|
aq_burn_in_time: 300
|
||||||
aq_humidity_baseline: 40
|
aq_humidity_baseline: 40
|
||||||
aq_humidity_bias: 25
|
aq_humidity_bias: 25
|
||||||
|
temp_offset: -5.5
|
||||||
```
|
```
|
||||||
|
|
||||||
## {% linkable_title Customizing the sensor data %}
|
## {% linkable_title Customizing the sensor data %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user