Remove int conversion of preheat_attribute

This commit is contained in:
ribbal 2022-01-12 22:16:08 +00:00
parent 4d6e2441db
commit 2e5cc5ecf4
1 changed files with 0 additions and 1 deletions

View File

@ -82,7 +82,6 @@ class NeoStat(SimpleNamespace):
# must be ints
self.pin_number = int(self.pin_number)
self.preheat_active = int(self.preheat_active)
# HOLD_TIME can be up to 99:99
_hold_time = list(map(int, self.hold_time.split(':')))