Skip to content

Commit 602ab8f

Browse files
committed
Cleanup
1 parent cfbe185 commit 602ab8f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

custom_components/sat/heating_curve.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ def calculate(target_temperature: float, outside_temperature: float) -> float:
3131
def reset(self):
3232
"""Reset the heating curve to a clean state."""
3333
self._value = None
34-
self._optimal_coefficient = None
35-
self._coefficient_derivative = None
3634

3735
def update(self, target_temperature: float, outside_temperature: float) -> None:
3836
"""Calculate the heating curve based on the outside temperature."""

0 commit comments

Comments
 (0)