Internal Temperature Sensor¶
The internal_temperature
sensor platform allows you to use the integrated
temperature sensor of the ESP32, RP2040 and BK72XX chip.
Note
Some ESP32 variants return a large amount of invalid temperature values, including 53.3°C which equates to a raw value of 128. Invalid measurements are ignored by this component.
# Example configuration entry
sensor:
- platform: internal_temperature
name: "Internal Temperature"