Skip to content

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"
  • update_interval (Optional, Time): The interval to check the sensor. Defaults to 60s.

  • All other options from Sensor.