Skip to content

Commit bef4633

Browse files
Merge pull request #1430 from tasomaniac/patch-1
Add docs for tolerance
2 parents 988cfc6 + 9a1d024 commit bef4633

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/Configuration/configuration.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ group:
5353
5454
**The outdoor temperature threshold** This is an optional field. If you have an outdoor sensor or a weather entity, you can set a threshold. If the outdoor temperature is higher than the threshold, the thermostat will be turned off. If the outdoor temperature is lower than the threshold, the thermostat will be turned on. If you don't have an outdoor sensor or a weather entity, this field will be ignored.
5555
56+
**Tolerance** This is an optional field. It helps prevent the thermostat from turning on an off too often. Here is an example how it works: If you set the target temperature to 20.0 and the tolerance to 0.3 for example. Then BT will heat to 20.0 and then go to idle until the temperature drops again to 19.7 and then it will heat again to 20.0.
57+
5658
## Second step
5759
5860
![second step](../../assets/config_2.png)

0 commit comments

Comments
 (0)