Update htu21d.rst (#3742)

This commit is contained in:
MRemy2 2024-04-12 02:29:02 +03:00 committed by GitHub
parent a2779b3a30
commit cc0dc1dccb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -31,6 +31,7 @@ Example sensors:
# Example configuration entry
sensor:
- platform: htu21d
model: htu21d
temperature:
name: "Temperature"
humidity:
@ -52,6 +53,8 @@ Configuration variables:
- **update_interval** (*Optional*, :ref:`config-time`): The interval to check the sensor. Defaults to ``60s``.
- **model** (*Optional*): Possible values are HTU21D, SI7021, SHT21. Defaults to HTU21D.
The heater may be enabled to help correct the reading; see the datasheet for more information.
See Also