temperature_fan: Remove deprecated pid_integral_max option

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor
2022-04-07 12:10:48 -04:00
parent 40c2d11ef8
commit 647a1cd8ca
2 changed files with 4 additions and 3 deletions

View File

@@ -8,6 +8,9 @@ All dates in this document are approximate.
## Changes
20220407: The temperature_fan `pid_integral_max` config option has
been removed (it was deprecated on 20210612).
20220407: The default color order for pca9632 LEDs is now "RGBW". Add
an explicit `color_order: RBGW` setting to the pca9632 config section
to obtain the previous behavior.