Sensirion SHT31
The sht31
sensor platform allows you to get the current temperature and humidity from a Sensirion SHT31 device.
Configuration
To use your SHT31 sensor in your installation, add the following to your configuration.yaml
file:
# Example configuration.yaml entry
sensor:
- platform: sht31
name: Bedroom
i2c_address: 0x44
monitored_conditions:
- temperature
- humidity