mirror of
https://github.com/home-assistant/core.git
synced 2025-07-26 22:57:17 +00:00
Update aioairzone to v0.9.9 (#135866)
Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
parent
b32c401c24
commit
37c3a9546c
@ -11,5 +11,5 @@
|
|||||||
"documentation": "https://www.home-assistant.io/integrations/airzone",
|
"documentation": "https://www.home-assistant.io/integrations/airzone",
|
||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"loggers": ["aioairzone"],
|
"loggers": ["aioairzone"],
|
||||||
"requirements": ["aioairzone==0.9.7"]
|
"requirements": ["aioairzone==0.9.9"]
|
||||||
}
|
}
|
||||||
|
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@ -182,7 +182,7 @@ aioairq==0.4.3
|
|||||||
aioairzone-cloud==0.6.10
|
aioairzone-cloud==0.6.10
|
||||||
|
|
||||||
# homeassistant.components.airzone
|
# homeassistant.components.airzone
|
||||||
aioairzone==0.9.7
|
aioairzone==0.9.9
|
||||||
|
|
||||||
# homeassistant.components.ambient_network
|
# homeassistant.components.ambient_network
|
||||||
# homeassistant.components.ambient_station
|
# homeassistant.components.ambient_station
|
||||||
|
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@ -170,7 +170,7 @@ aioairq==0.4.3
|
|||||||
aioairzone-cloud==0.6.10
|
aioairzone-cloud==0.6.10
|
||||||
|
|
||||||
# homeassistant.components.airzone
|
# homeassistant.components.airzone
|
||||||
aioairzone==0.9.7
|
aioairzone==0.9.9
|
||||||
|
|
||||||
# homeassistant.components.ambient_network
|
# homeassistant.components.ambient_network
|
||||||
# homeassistant.components.ambient_station
|
# homeassistant.components.ambient_station
|
||||||
|
@ -140,6 +140,7 @@
|
|||||||
'heatStages': 1,
|
'heatStages': 1,
|
||||||
'heatangle': 0,
|
'heatangle': 0,
|
||||||
'humidity': 40,
|
'humidity': 40,
|
||||||
|
'master_zoneID': None,
|
||||||
'maxTemp': 30,
|
'maxTemp': 30,
|
||||||
'minTemp': 15,
|
'minTemp': 15,
|
||||||
'mode': 3,
|
'mode': 3,
|
||||||
|
@ -28,6 +28,7 @@ from aioairzone.const import (
|
|||||||
API_HEAT_STAGES,
|
API_HEAT_STAGES,
|
||||||
API_HUMIDITY,
|
API_HUMIDITY,
|
||||||
API_MAC,
|
API_MAC,
|
||||||
|
API_MASTER_ZONE_ID,
|
||||||
API_MAX_TEMP,
|
API_MAX_TEMP,
|
||||||
API_MIN_TEMP,
|
API_MIN_TEMP,
|
||||||
API_MODE,
|
API_MODE,
|
||||||
@ -214,6 +215,7 @@ HVAC_MOCK = {
|
|||||||
API_FLOOR_DEMAND: 0,
|
API_FLOOR_DEMAND: 0,
|
||||||
API_HEAT_ANGLE: 0,
|
API_HEAT_ANGLE: 0,
|
||||||
API_COLD_ANGLE: 0,
|
API_COLD_ANGLE: 0,
|
||||||
|
API_MASTER_ZONE_ID: None,
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user