From bfbe94748b9e512e458758fc4054f9ebd20d7559 Mon Sep 17 00:00:00 2001 From: boradwell Date: Sat, 20 Feb 2021 15:11:07 -0600 Subject: [PATCH] Update pid.rst (#1006) Fixed a typo --- components/climate/pid.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/climate/pid.rst b/components/climate/pid.rst index 8ec028ea3..83ce16152 100644 --- a/components/climate/pid.rst +++ b/components/climate/pid.rst @@ -124,7 +124,7 @@ is automatically calculated. But this also means you **have to set the setpoint** of the climate controller to a value the device can reach. For example if the temperature of a room is to be controlled, the setpoint needs -to be a bit of the ambient temperature. If the ambient temperature is 20°C, the setpoint of the +to be above the ambient temperature. If the ambient temperature is 20°C, the setpoint of the climate device should be set to at least ~24°C so that an oscillation can be induced. 4. Set an appropriate setpoint (see above).