diff --git a/components/sensor/honeywell_hih_i2c.rst b/components/sensor/honeywell_hih_i2c.rst new file mode 100644 index 000000000..f7098697d --- /dev/null +++ b/components/sensor/honeywell_hih_i2c.rst @@ -0,0 +1,42 @@ +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` diff --git a/components/sensor/images/honeywellhih.jpg b/components/sensor/images/honeywellhih.jpg new file mode 100644 index 000000000..ce61bec41 Binary files /dev/null and b/components/sensor/images/honeywellhih.jpg differ diff --git a/images/honeywellhih.jpg b/images/honeywellhih.jpg new file mode 100644 index 000000000..ddd36fd96 Binary files /dev/null and b/images/honeywellhih.jpg differ diff --git a/index.rst b/index.rst index b9f25a07c..7ff9105e0 100644 --- a/index.rst +++ b/index.rst @@ -317,6 +317,7 @@ Environmental HTE501, components/sensor/hte501, HTE501.png, Temperature & Humidity Honeywell ABP, components/sensor/honeywellabp, honeywellabp.jpg, Pressure & Temperature Honeywell ABP2 I2C, components/sensor/honeywellabp2_i2c, honeywellabp.jpg, Pressure & Temperature + Honeywell HIH I2C, components/sensor/honeywell_hih_i2c, honeywellhih.jpg, Temperature & Humidity HTU21D / Si7021 / SHT21, components/sensor/htu21d, htu21d.jpg, Temperature & Humidity Hydreon Rain Sensor, components/sensor/hydreon_rgxx, hydreon_rg9.jpg, Rain Inkbird IBS-TH1 Mini, components/sensor/inkbird_ibsth1_mini, inkbird_isbth1_mini.jpg, Temperature & Humidity