diff --git a/neohubapi/neostat.py b/neohubapi/neostat.py index 918ca30..e2d7c93 100644 --- a/neohubapi/neostat.py +++ b/neohubapi/neostat.py @@ -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(':')))