From f2eaa5bed39b0049d5f379b250abfce49f05290d Mon Sep 17 00:00:00 2001 From: Eli Sand Date: Sun, 30 Mar 2025 14:45:12 -0400 Subject: [PATCH] Update generic_thermostat example text for `cold_tolerance`. (#37545) * Update generic_thermostat example text for `cold_tolerance`. Clarify that the thermostat will only start when the temperature is below 24.5, not when it's equal to 24.5. * tiny tweak --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_integrations/generic_thermostat.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/generic_thermostat.markdown b/source/_integrations/generic_thermostat.markdown index baa61e23185..41a0114eab8 100644 --- a/source/_integrations/generic_thermostat.markdown +++ b/source/_integrations/generic_thermostat.markdown @@ -83,7 +83,7 @@ min_cycle_duration: required: false type: [time, integer] cold_tolerance: - description: Set a minimum amount of difference between the temperature read by the sensor specified in the *target_sensor* option and the target temperature that must change prior to being switched on. For example, if the target temperature is 25 and the tolerance is 0.5 the heater will start when the sensor equals or goes below 24.5. + description: Set a minimum amount of difference between the temperature read by the sensor specified in the *target_sensor* option and the target temperature that must change prior to being switched on. For example, if the target temperature is 25 and the tolerance is 0.5, the heater will start when the sensor goes below 24.5. required: false default: 0.3 type: float