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 I²C Bus is required to be set up in your configuration for this sensor to work.

Mikroe.
# Example configuration entry
sensor:
- platform: hdc2010
temperature:
name: "Living Room Temperature"
humidity:
name: "Living Room Humidity"
update_interval: 60sConfiguration variables
temperature (Required): The information for the temperature sensor.
- All options from Sensor Component.
humidity (Required): The information for the humidity sensor
- All options from Sensor Component.
update_interval (Optional, Time Component): The interval to check the sensor. Defaults to
60s.