mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 13:26:54 +00:00
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:
parent
8c2dd8721d
commit
f2eaa5bed3
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user