We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfbe185 commit 602ab8fCopy full SHA for 602ab8f
custom_components/sat/heating_curve.py
@@ -31,8 +31,6 @@ def calculate(target_temperature: float, outside_temperature: float) -> float:
31
def reset(self):
32
"""Reset the heating curve to a clean state."""
33
self._value = None
34
- self._optimal_coefficient = None
35
- self._coefficient_derivative = None
36
37
def update(self, target_temperature: float, outside_temperature: float) -> None:
38
"""Calculate the heating curve based on the outside temperature."""
0 commit comments