mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-02-04 23:52:18 +01:00
Update htu21d.rst (#3742)
This commit is contained in:
parent
a2779b3a30
commit
cc0dc1dccb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user