From 26be239efcc4e5df7237966c721b5f3afda18c38 Mon Sep 17 00:00:00 2001 From: Mat931 <49403702+Mat931@users.noreply.github.com> Date: Mon, 8 Apr 2024 19:21:55 +0000 Subject: [PATCH] Internal temperature: Support Beken platform (#3746) --- components/sensor/internal_temperature.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/sensor/internal_temperature.rst b/components/sensor/internal_temperature.rst index 2aca16fab..066aafecf 100644 --- a/components/sensor/internal_temperature.rst +++ b/components/sensor/internal_temperature.rst @@ -2,12 +2,12 @@ Internal Temperature Sensor =========================== .. seo:: - :description: Instructions for setting up the integrated temperature sensor of the ESP32 and RP2040. + :description: Instructions for setting up the integrated temperature sensor of the ESP32, RP2040 and BK72XX. :image: thermometer.svg :keywords: esp32, rp2040, cpu, internal, temperature The ``internal_temperature`` sensor platform allows you to use the integrated -temperature sensor of the ESP32 and RP2040 chip. +temperature sensor of the ESP32, RP2040 and BK72XX chip. .. note::