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>
This commit is contained in:
Eli Sand 2025-03-30 14:45:12 -04:00 committed by GitHub
parent 8c2dd8721d
commit f2eaa5bed3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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