* 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 |
||
---|---|---|
.. | ||
__init__.py | ||
test_binary_sensor.py | ||
test_climate.py | ||
test_config_flow.py | ||
test_coordinator.py | ||
test_diagnostics.py | ||
test_init.py | ||
test_select.py | ||
test_sensor.py | ||
util.py |