We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c8984b commit 1447faeCopy full SHA for 1447fae
1 file changed
PyPortal_EZ_Make_Oven/code.py
@@ -221,7 +221,7 @@ def check_state(self):
221
checktime += 5
222
if not checkoven:
223
# hold oven temperature
224
- if (self.state in ("start", "preheat", "soak") and
+ if (self.state in ("start", "preheat", "soak") and
225
self.offtemp > self.sensor.temperature):
226
checkoven = True
227
self.enable(checkoven)
0 commit comments