AM2315C Temperature+Humidity Sensor

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

# Example configuration entry
sensor:
  - platform: am2315c
    temperature:
      name: "Living Room Temperature"
    humidity:
      name: "Living Room Humidity"

Configuration variables: Copy link to header

  • 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 Copy link to header

CURRENT