* 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 | ||
binary_sensor.py | ||
climate.py | ||
config_flow.py | ||
const.py | ||
coordinator.py | ||
diagnostics.py | ||
entity.py | ||
manifest.json | ||
select.py | ||
sensor.py | ||
strings.json |