Skip to content

Commit bb4074b

Browse files
committed
Typo
1 parent 2edea42 commit bb4074b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/sat/pid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ def _update_integral(self, state: TemperatureState) -> None:
191191
self._integral = clamp_to_range(self._integral, self._heating_curve.value)
192192

193193
_LOGGER.debug(
194-
"PID integral update: entity=%s current_temperature=%.3f target_temperature=%.3 error=%.3f value=%.6f",
194+
"PID integral update: entity=%s current_temperature=%.3f target_temperature=%.3f error=%.3f value=%.6f",
195195
self._entity_id, state.current, state.setpoint, state.error, self._integral
196196
)
197197

0 commit comments

Comments
 (0)