mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-12-24 17:08:15 +01:00
sht3xd: document the reason & effects for heater_enabled
(#3237)
From a report here: https://github.com/esphome/issues/issues/2887#issuecomment-1741934563 This was introduced in this change: https://github.com/esphome/esphome-docs/pull/3149
This commit is contained in:
parent
fffe82f052
commit
9daf7e9a36
@ -48,7 +48,7 @@ Configuration variables:
|
||||
Defaults to ``0x44``.
|
||||
- **update_interval** (*Optional*, :ref:`config-time`): The interval to check the
|
||||
sensor. Defaults to ``60s``.
|
||||
- **heater_enabled** (*Optional*, bool): Turn on/off heater at boot.
|
||||
- **heater_enabled** (*Optional*, bool): Turn on/off heater at boot. This may help provide `more accurate readings in condensing conditions <https://forum.arduino.cc/t/atmospheric-sensors-in-condensing-conditions/412167>`_, but can also increase temperature readings and decrease humidity readings as a side effect.
|
||||
Defaults to ``true``.
|
||||
|
||||
See Also
|
||||
|
Loading…
Reference in New Issue
Block a user