AM2315C Temperature+Humidity Sensor =================================== .. seo:: :description: Instructions for setting up AM2315C temperature and humidity sensors :image: am2315c.jpg :keywords: am2315c The ``am2315c`` Temperature+Humidity sensor allows you to use your AM2315C (`datasheet `__) I²C-based sensor with ESPHome. .. figure:: images/am2315c-full.jpg :align: center :width: 50.0% AM2315C Temperature & Humidity Sensor. .. figure:: images/temperature-humidity.png :align: center :width: 80.0% .. code-block:: yaml # Example configuration entry sensor: - platform: am2315c temperature: name: "Living Room Temperature" humidity: name: "Living Room Humidity" Configuration variables: ------------------------ - **temperature** (**Optional**): The temperature sensor. All options from :ref:`Sensor `. - **humidity** (**Optional**): 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` - :doc:`absolute_humidity` - :doc:`dht` - :doc:`dht12` - :doc:`hdc1080` - :doc:`htu21d` - :apiref:`am2315c/am2315c.h` - :ghedit:`Edit`