Skip to content

Commit

Permalink
Update hvac_presets.py
Browse files Browse the repository at this point in the history
  • Loading branch information
elden1337 authored Oct 16, 2023
1 parent b4c3a23 commit 7a827c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def get_type(ha_preset: str):
@staticmethod
def get_tolerances(preset):
types = {
HvacPresets.Normal: (0.2, 0.3),
HvacPresets.Normal: (0.2, 0.5),
HvacPresets.Eco: (0.2, 0.2),
HvacPresets.Away: (0.5, 0.2),
HvacPresets.ExtendedAway: (0.7, 0),
Expand Down

0 comments on commit 7a827c9

Please sign in to comment.