Honeywell HumidIcon (I2C HIH series) Temperature & Humidity Sensor
Honeywell HumidIcon (I2C HIH series) Temperature & Humidity sensors with ESPHome (website, datasheet). The I²C Bus is required to be set up in your configuration for this sensor to work.
Example sensors:
# Example configuration entry
sensor:
  - platform: honeywell_hih_i2c
    temperature:
      name: "Living Room Temperature"
    humidity:
      name: "Living Room Humidity"Configuration variables
- temperature (Required): The information for the temperature sensor. All options from Sensor. 
- humidity (Required): The information for the humidity sensor. All options from Sensor. 
- update_interval (Optional, Time): The interval to check the sensor. Defaults to - 60s.