This ESPHome external component enables support for TI HDC3020, HDC3021, and HDC3022 temperature and humidity sensors.
external_components:
- source: github://HarpalPannu/hdc302x-esphome
components: [hdc302x]sensor:
- platform: hdc302x
update_interval: 60s
address: 0x44
temperature:
name: "HDC302X Temperature"
id: hdc302x_temperature
humidity:
name: "HDC302X Humidity"
id: hdc302x_humidity