From 42684c45939a84a86a7f4c2111333dec6c0089ca Mon Sep 17 00:00:00 2001 From: thussaiththelaw <93949213+thussaiththelaw@users.noreply.github.com> Date: Tue, 12 Nov 2024 15:46:44 -0700 Subject: [PATCH] Updated to correct vendor --- components/i2c/aht21/definition.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/i2c/aht21/definition.json b/components/i2c/aht21/definition.json index 2a3cbbf..366977d 100644 --- a/components/i2c/aht21/definition.json +++ b/components/i2c/aht21/definition.json @@ -1,7 +1,7 @@ { - "vendor": "Hiletgo", + "vendor": "ASAIR", "documentationURL": "http://www.aosong.com/en/products-60.html", "displayName": "aht21", "i2cAddresses": [ "0x38"], "subcomponents": [ "ambient-temp", "ambient-temp-fahrenheit", "humidity"] -} \ No newline at end of file +}