Skip to content

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.

HDC2010 Temperature & Humidity Sensor. Image by Mikroe.
# Example configuration entry
sensor:
- platform: hdc2010
temperature:
name: "Living Room Temperature"
humidity:
name: "Living Room Humidity"
update_interval: 60s
  • temperature (Required): The information for the temperature sensor.

  • humidity (Required): The information for the humidity sensor

  • update_interval (Optional, Time): The interval to check the sensor. Defaults to 60s.