TMP102 Temperature Sensor
The TMP102 Temperature sensor allows you to use your TMP102 (Sparkfun) sensors 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: tmp102
name: "Living Room Temperature"
update_interval: 60s
Configuration variables:
- update_interval (Optional, Time): The interval to check the sensor. Defaults to
60s
. - address (Optional, int): The I²C address of the sensor. Defaults to
0x48
. See I²C Addresses for more information. - All other options from Sensor.