HDC2010 High Precision Temperature and Humidity Sensor
The HDC2010 Temperature and Humidity sensor allows you to use your HDC2010 (datasheet, Itbrainpower) sensors with ESPHome. The I2C is required to be set up in your configuration for this sensor to work.
# Example configuration entrysensor: - platform: hdc2010 temperature: name: "Living Room Temperature" humidity: name: "Living Room Humidity" update_interval: 60sConfiguration variables
Section titled “Configuration variables”-
temperature (Required): The information for the temperature sensor.
- All options from Sensor.
-
humidity (Required): The information for the humidity sensor
- All options from Sensor.
-
update_interval (Optional, Time): The interval to check the sensor. Defaults to
60s.