From 9734beea8a1544efa20b189c398a757ee89154ec Mon Sep 17 00:00:00 2001 From: Tyeth Gundry Date: Tue, 1 Oct 2024 23:47:51 +0100 Subject: [PATCH] Update description --- 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 a823e38..dde196a 100644 --- a/components/i2c/hdc302x/definition.json +++ b/components/i2c/hdc302x/definition.json @@ -3,7 +3,7 @@ "vendor": "TI (Texas Instruments)", "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 (0.5% typ) sensors - HDC3020/HDC3021/HDC3022", + "description": "Precision temperature (±0.1°C typical) and humidity sensors (±0.5% typ). HDC3020 / HDC3021 / HDC3022", "published": false, "i2cAddresses": [ "0x44", "0x45", "0x46", "0x47" ], "subcomponents": [ "ambient-temp", "ambient-temp-fahrenheit", "humidity" ]