diff --git a/custom_components/echonetlite/const.py b/custom_components/echonetlite/const.py index 3c3e927..5fd6e9e 100644 --- a/custom_components/echonetlite/const.py +++ b/custom_components/echonetlite/const.py @@ -158,10 +158,10 @@ ENL_SWING_MODE: {'option': 'swing_mode', 'option_list': SWING_MODE_OPTIONS}, } -TEMP_OPTIONS = {"min_temp_heat": {"min":15, "max":20}, - "max_temp_heat": {"min":20, "max":30}, - "min_temp_cool": {"min":15, "max":20}, - "max_temp_cool": {"min":20, "max":30}, - "min_temp_auto": {"min":15, "max":20}, - "max_temp_auto": {"min":20, "max":30}, +TEMP_OPTIONS = {"min_temp_heat": {"min":15, "max":25}, + "max_temp_heat": {"min":18, "max":30}, + "min_temp_cool": {"min":15, "max":25}, + "max_temp_cool": {"min":18, "max":30}, + "min_temp_auto": {"min":15, "max":25}, + "max_temp_auto": {"min":18, "max":30}, }