SHT3x heater_enabled defaults to false (#3219)

This commit is contained in:
John K. Luebs 2023-09-29 18:27:44 -05:00 committed by GitHub
parent 8930faec4f
commit fa612ede89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,7 +49,7 @@ Configuration variables:
- **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.
Defaults to ``true``.
Defaults to ``false``.
See Also
--------