Skip to content

Commit

Permalink
Merge pull request #1430 from tasomaniac/patch-1
Browse files Browse the repository at this point in the history
Add docs for tolerance
  • Loading branch information
KartoffelToby authored Nov 3, 2024
2 parents 988cfc6 + 9a1d024 commit bef4633
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/Configuration/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ group:
**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.
**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.
## Second step
![second step](../../assets/config_2.png)
Expand Down

0 comments on commit bef4633

Please sign in to comment.