Honeywell HumidIcon (I2C HIH series) Temperature & Humidity Sensor ================================================================== .. seo:: :description: Instructions for setting up Honeywell HumidIcon temperature and humidity sensors. :image: honeywellhih.jpg :keywords: Honeywell HIH Honeywell HumidIcon (I2C HIH series) Temperature & Humidity sensors with ESPHome (`website `__, `datasheet `__). The :ref:`I²C Bus ` is required to be set up in your configuration for this sensor to work. Example sensors: .. code-block:: yaml # 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 :ref:`Sensor `. - **humidity** (**Required**): The information for the humidity sensor. All options from :ref:`Sensor `. - **update_interval** (*Optional*, :ref:`config-time`): The interval to check the sensor. Defaults to ``60s``. See Also -------- - :ref:`sensor-filters` - :apiref:`honeywell_hih_i2c/honeywell_hih.h` - :ghedit:`Edit`