From 2d8c294a5755ca8d1dc9fb31382877f5a79c79c7 Mon Sep 17 00:00:00 2001 From: Tyeth Gundry Date: Tue, 12 Nov 2024 23:48:28 +0000 Subject: [PATCH] Publish AHT21 --- components/i2c/aht21/definition.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/i2c/aht21/definition.json b/components/i2c/aht21/definition.json index 366977d..3743082 100644 --- a/components/i2c/aht21/definition.json +++ b/components/i2c/aht21/definition.json @@ -1,7 +1,8 @@ { "vendor": "ASAIR", "documentationURL": "http://www.aosong.com/en/products-60.html", - "displayName": "aht21", + "displayName": "AHT21", + "published": true, "i2cAddresses": [ "0x38"], "subcomponents": [ "ambient-temp", "ambient-temp-fahrenheit", "humidity"] }