diff --git a/components/i2c/hdc302x/definition.json b/components/i2c/hdc302x/definition.json index dde196a..3983c12 100644 --- a/components/i2c/hdc302x/definition.json +++ b/components/i2c/hdc302x/definition.json @@ -4,7 +4,7 @@ "productURL": "https://www.adafruit.com/product/5989", "documentationURL": "https://learn.adafruit.com/adafruit-hdc3021-precision-temperature-humidity-sensor/overview", "description": "Precision temperature (±0.1°C typical) and humidity sensors (±0.5% typ). HDC3020 / HDC3021 / HDC3022", - "published": false, + "published": true, "i2cAddresses": [ "0x44", "0x45", "0x46", "0x47" ], "subcomponents": [ "ambient-temp", "ambient-temp-fahrenheit", "humidity" ] }