hass-core/tests/components/airzone
Álvaro Fernández Rojas f5a235beee
Fix Airzone min/max climate temperatures (#93161)
* 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 988194d486.

* Revert "Revert "airzone: climate: update max/min temps""

This reverts commit e4ead24f71.

* 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>
2023-05-24 21:18:59 +02:00
..
__init__.py Add Airzone HVAC Zoning Systems (#67666) 2022-03-08 22:28:39 +01:00
test_binary_sensor.py Fix Airzone Auto operation mode (#92796) 2023-05-12 16:07:29 +09:00
test_climate.py Fix Airzone min/max climate temperatures (#93161) 2023-05-24 21:18:59 +02:00
test_config_flow.py Update aioairzone to v0.5.6 (#93146) 2023-05-16 12:51:22 +02:00
test_coordinator.py Update aioairzone to v0.5.6 (#93146) 2023-05-16 12:51:22 +02:00
test_diagnostics.py Update aioairzone to v0.5.6 (#93146) 2023-05-16 12:51:22 +02:00
test_init.py Update aioairzone to v0.5.6 (#93146) 2023-05-16 12:51:22 +02:00
test_select.py Airzone select improvements (#92894) 2023-05-24 08:21:24 +02:00
test_sensor.py Fix Airzone Auto operation mode (#92796) 2023-05-12 16:07:29 +09:00
util.py Update aioairzone to v0.5.6 (#93146) 2023-05-16 12:51:22 +02:00