diff --git a/components/sensor/dht.rst b/components/sensor/dht.rst index f18e69789..45c72adfd 100644 --- a/components/sensor/dht.rst +++ b/components/sensor/dht.rst @@ -64,7 +64,7 @@ Configuration variables: - All other options from :ref:`Sensor `. - **model** (*Optional*, int): Manually specify the DHT model, can be - one of ``AUTO_DETECT``, ``DHT11``, ``DHT22``, ``AM2302``, ``RHT03``, ``SI7021`` + one of ``AUTO_DETECT``, ``DHT11``, ``DHT22``, ``DHT22_TYPE2``, ``AM2302``, ``RHT03``, ``SI7021`` and helps with some connection issues. Defaults to ``AUTO_DETECT``. Auto detection doesn't work for the SI7021 chip. - **update_interval** (*Optional*, :ref:`config-time`): The interval to check the sensor. Defaults to ``60s``.