Update aioairzone to v0.9.9 (#135866)

Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
Álvaro Fernández Rojas 2025-01-18 21:57:54 +01:00 committed by Franck Nijhof
parent 4f5235cbd4
commit 480045887a
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3
5 changed files with 6 additions and 3 deletions

View File

@ -11,5 +11,5 @@
"documentation": "https://www.home-assistant.io/integrations/airzone",
"iot_class": "local_polling",
"loggers": ["aioairzone"],
"requirements": ["aioairzone==0.9.7"]
"requirements": ["aioairzone==0.9.9"]
}

View File

@ -182,7 +182,7 @@ aioairq==0.4.3
aioairzone-cloud==0.6.10
# homeassistant.components.airzone
aioairzone==0.9.7
aioairzone==0.9.9
# homeassistant.components.ambient_network
# homeassistant.components.ambient_station

View File

@ -170,7 +170,7 @@ aioairq==0.4.3
aioairzone-cloud==0.6.10
# homeassistant.components.airzone
aioairzone==0.9.7
aioairzone==0.9.9
# homeassistant.components.ambient_network
# homeassistant.components.ambient_station

View File

@ -140,6 +140,7 @@
'heatStages': 1,
'heatangle': 0,
'humidity': 40,
'master_zoneID': None,
'maxTemp': 30,
'minTemp': 15,
'mode': 3,

View File

@ -28,6 +28,7 @@ from aioairzone.const import (
API_HEAT_STAGES,
API_HUMIDITY,
API_MAC,
API_MASTER_ZONE_ID,
API_MAX_TEMP,
API_MIN_TEMP,
API_MODE,
@ -214,6 +215,7 @@ HVAC_MOCK = {
API_FLOOR_DEMAND: 0,
API_HEAT_ANGLE: 0,
API_COLD_ANGLE: 0,
API_MASTER_ZONE_ID: None,
},
]
},