From 5e7d834b9539bba9309b1bb95dd02a0b8a12edfa Mon Sep 17 00:00:00 2001 From: rufuswilson Date: Wed, 13 Sep 2023 00:20:03 +0200 Subject: [PATCH] Added heater_enabled parameter (#3149) Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com> --- components/sensor/sht3xd.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/sensor/sht3xd.rst b/components/sensor/sht3xd.rst index 5cee64e95..7614a5bf4 100644 --- a/components/sensor/sht3xd.rst +++ b/components/sensor/sht3xd.rst @@ -48,6 +48,8 @@ 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. + Defaults to ``true``. See Also --------