Skip to content

Commit

Permalink
Change max boost time
Browse files Browse the repository at this point in the history
  • Loading branch information
eriknn committed Apr 23, 2023
1 parent 8459027 commit 541e182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/pax_ble/number.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
OPTIONS = {}
OPTIONS["fanspeed"] = OptionsTuple(800, 2400, 25)
OPTIONS["temperature"] = OptionsTuple(15, 30, 1)
OPTIONS["boostmodesec"] = OptionsTuple(60, 3600, 1)
OPTIONS["boostmodesec"] = OptionsTuple(60, 900, 1)
OPTIONS["boostmodespeed"] = OptionsTuple(1000, 2400, 25)

PaxEntity = namedtuple('PaxEntity', ['key', 'entityName', 'units', 'deviceClass', 'category', 'icon', 'options'])
Expand Down

0 comments on commit 541e182

Please sign in to comment.