AM2315C Temperature+Humidity Sensor
The am2315c Temperature+Humidity sensor allows you to use your AM2315C
(datasheet) I²C-based sensor with ESPHome.
# Example configuration entrysensor: - platform: am2315c temperature: name: "Living Room Temperature" humidity: name: "Living Room Humidity"Configuration variables
Section titled “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.