From 805ece2df4925fc989610ef38a59361b427d9577 Mon Sep 17 00:00:00 2001 From: LewisSpring <40576482+LewisSpring@users.noreply.github.com> Date: Mon, 29 May 2023 22:35:45 +0100 Subject: [PATCH] Update internal_temperature.rst - Clarify 53.3/128 value (#2955) --- components/sensor/internal_temperature.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/sensor/internal_temperature.rst b/components/sensor/internal_temperature.rst index 3949346f8..2aca16fab 100644 --- a/components/sensor/internal_temperature.rst +++ b/components/sensor/internal_temperature.rst @@ -12,7 +12,7 @@ temperature sensor of the ESP32 and RP2040 chip. .. note:: Some ESP32 variants return a large amount of invalid temperature - values. Invalid measurements are ignored by this component. + values, including 53.3°C which equates to a raw value of 128. Invalid measurements are ignored by this component. .. figure:: images/internal_temperature-ui.png :align: center