Add support of Honeywell HumidIcon (I2C HIH series) Temperature & Humidity sensor (#5730)

This commit is contained in:
Benoît Leforestier
2024-01-18 01:56:56 +01:00
committed by GitHub
parent 39bd829236
commit c9c8d39778
6 changed files with 197 additions and 0 deletions
@@ -0,0 +1,2 @@
"""Support for Honeywell HumidIcon HIH"""
CODEOWNERS = ["@Benichou34"]