diff --git a/custom_components/pax_ble/number.py b/custom_components/pax_ble/number.py index cf83c64..34fa879 100644 --- a/custom_components/pax_ble/number.py +++ b/custom_components/pax_ble/number.py @@ -16,7 +16,7 @@ OptionsTuple = namedtuple('options', ['min_value', 'max_value', 'step']) OPTIONS = {} -OPTIONS["fanspeed"] = OptionsTuple(800, 2400, 25) +OPTIONS["fanspeed"] = OptionsTuple(500, 2400, 25) OPTIONS["temperature"] = OptionsTuple(15, 30, 1) OPTIONS["boostmodesec"] = OptionsTuple(60, 900, 1) OPTIONS["boostmodespeed"] = OptionsTuple(1000, 2400, 25)