Skip to content

Commit

Permalink
tweak minimum and maximum settings
Browse files Browse the repository at this point in the history
  • Loading branch information
scottyphillips committed Feb 25, 2022
1 parent 531c86d commit 167af13
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions custom_components/echonetlite/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,9 @@
}

TEMP_OPTIONS = {"min_temp_heat": {"min":15, "max":20},
"max_temp_heat": {"min":25, "max":35},
"max_temp_heat": {"min":20, "max":30},
"min_temp_cool": {"min":15, "max":20},
"max_temp_cool": {"min":25, "max":35},
"max_temp_cool": {"min":20, "max":30},
"min_temp_auto": {"min":15, "max":20},
"max_temp_auto": {"min":25, "max":35},
"max_temp_auto": {"min":20, "max":30},
}
2 changes: 1 addition & 1 deletion custom_components/echonetlite/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"codeowners": [
"@scottyphillips"
],
"version": "3.4.0",
"version": "3.4.1",
"iot_class": "local_polling"
}

0 comments on commit 167af13

Please sign in to comment.