We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01cb0fc commit 553c539Copy full SHA for 553c539
1 file changed
custom_components/smart_thermostat/climate.py
@@ -463,7 +463,7 @@ def device_state_attributes(self):
463
"autotune_tuning_rule": self._autotune,
464
"autotune_set_point": self._pidAutotune.set_point,
465
"autotune_peak_count": self._pidAutotune.peak_count,
466
- "autotune_buffer_full": round(self._pidAutotune.buffer_full, 1),
+ "autotune_buffer_full": round(self._pidAutotune.buffer_full, 2),
467
"autotune_buffer_length": self._pidAutotune.buffer_length,
468
"Kp": self._kp,
469
"Ki": self._ki,
0 commit comments