Skip to content

ESPHome external component for TI HDC3020/3021/3022 temperature and humidity sensors.

Notifications You must be signed in to change notification settings

HarpalPannu/hdc302x-esphome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

This ESPHome external component enables support for TI HDC3020, HDC3021, and HDC3022 temperature and humidity sensors.

Installation

external_components:
  - source: github://HarpalPannu/hdc302x-esphome
    components: [hdc302x]

Configuration Example

sensor:
  - platform: hdc302x
    update_interval: 60s
    address: 0x44
    temperature:
      name: "HDC302X Temperature"
      id: hdc302x_temperature
    humidity:
      name: "HDC302X Humidity"
      id: hdc302x_humidity

About

ESPHome external component for TI HDC3020/3021/3022 temperature and humidity sensors.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published