STTS22H Temperature Sensor
The stts22h
sensor platform allows you to use a STTS22H temperature sensor (datasheet) with ESPHome.
The I²C bus is required to be set up in your configuration for this sensor to work.

# Example configuration entry
sensor:
- platform: stts22h
name: "STTS22h Temperature"
address: 0x3C
update_interval: 60s
Configuration variables
address (Optional, int): The I²C address of the sensor. Defaults to
0x3C
.
Can be one of the following:0x38
,0x3C
,0x3E
,0x3F
.update_interval (Optional, Time): The interval to check the sensor. Defaults to
60s
.All other options from Sensor.