mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
Update aioairzone to v0.9.9 (#135866)
Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
parent
4f5235cbd4
commit
480045887a
@ -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"]
|
||||
}
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -140,6 +140,7 @@
|
||||
'heatStages': 1,
|
||||
'heatangle': 0,
|
||||
'humidity': 40,
|
||||
'master_zoneID': None,
|
||||
'maxTemp': 30,
|
||||
'minTemp': 15,
|
||||
'mode': 3,
|
||||
|
@ -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,
|
||||
},
|
||||
]
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user