mirror of
https://github.com/home-assistant/core.git
synced 2025-05-30 10:47:06 +00:00

* airzone: climate: fix max/min temps The library now provides AZD_ABS_TEMP_MAX/AZD_ABS_TEMP_MIN which are useful for devices with different max/min temperatures depending on the current working mode (HEAT vs COOL). These new values will have the highest/lowest max/min of both modes. Until now, the max/min of the current working mode (HEAT/COOL) would be set when starting Home Assistant, limiting the temperature range if the device mode was changed after that. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> * airzone: climate: update max/min temps Some devices have different max/min climate temps depending on the active mode (HEAT vs COOL), so we should update these values. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> * Revert "airzone: climate: update max/min temps" This reverts commit 988194d48614e2326a45b31ffcb8730b8172ac28. * Revert "Revert "airzone: climate: update max/min temps"" This reverts commit e4ead24f71cf2a16faec9253046419a59136daa1. * tests: airzone: add max/min climate changes test Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> * tests: airzone: fix dict copy Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> --------- Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>