AM2315C Temperature+Humidity Sensor

The am2315c Temperature+Humidity sensor allows you to use your AM2315C (datasheet) I²C-based sensor with ESPHome.

../../_images/am2315c-full.jpg

AM2315C Temperature & Humidity Sensor.

../../_images/temperature-humidity.png
# 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 Sensor.

  • humidity (Optional): The humidity sensor. All options from Sensor.

  • update_interval (Optional, Time): The interval to check the sensor. Defaults to 60s.

See Also