From 9f42604b41261d64b05b04c91f95ce89f8d2f6e1 Mon Sep 17 00:00:00 2001 From: Tyeth Gundry Date: Tue, 22 Oct 2024 14:13:22 +0100 Subject: [PATCH] Update definition.json --- components/i2c/hdc302x/definition.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ] }