From 90757f4ab9ec60cc52940ff36b8104f282dc94f5 Mon Sep 17 00:00:00 2001 From: David Martin <51385971+3ative@users.noreply.github.com> Date: Thu, 27 Jun 2024 16:10:03 +0100 Subject: [PATCH] "Temperature" to "Pressure" correction (#4000) --- components/sensor/bmp280.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/sensor/bmp280.rst b/components/sensor/bmp280.rst index 87337481c..df7bc8041 100644 --- a/components/sensor/bmp280.rst +++ b/components/sensor/bmp280.rst @@ -48,7 +48,7 @@ Configuration variables: - **pressure** (*Optional*): The information for the pressure sensor. - **name** (**Required**, string): The name for the pressure sensor. - - **oversampling** (*Optional*): The oversampling parameter for the temperature sensor. + - **oversampling** (*Optional*): The oversampling parameter for the pressure sensor. See :ref:`Oversampling Options `. - **id** (*Optional*, :ref:`config-id`): Set the ID of this sensor for use in lambdas. - All other options from :ref:`Sensor `.