Update aioairzone-cloud to v0.2.3 (#101052)

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This commit is contained in:
Álvaro Fernández Rojas 2023-09-28 16:52:16 +02:00 committed by GitHub
parent f0ca27fd08
commit d8520088e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 34 additions and 3 deletions

View File

@ -6,5 +6,5 @@
"documentation": "https://www.home-assistant.io/integrations/airzone_cloud",
"iot_class": "cloud_polling",
"loggers": ["aioairzone_cloud"],
"requirements": ["aioairzone-cloud==0.2.2"]
"requirements": ["aioairzone-cloud==0.2.3"]
}

View File

@ -186,7 +186,7 @@ aio-georss-gdacs==0.8
aioairq==0.2.4
# homeassistant.components.airzone_cloud
aioairzone-cloud==0.2.2
aioairzone-cloud==0.2.3
# homeassistant.components.airzone
aioairzone==0.6.8

View File

@ -167,7 +167,7 @@ aio-georss-gdacs==0.8
aioairq==0.2.4
# homeassistant.components.airzone_cloud
aioairzone-cloud==0.2.2
aioairzone-cloud==0.2.3
# homeassistant.components.airzone
aioairzone==0.6.8

View File

@ -113,6 +113,7 @@
'active': True,
'available': True,
'humidity': 27,
'id': 'group1',
'installation': 'installation1',
'mode': 2,
'modes': list([
@ -144,6 +145,7 @@
'aidoo1',
]),
'available': True,
'id': 'grp2',
'installation': 'installation1',
'mode': 3,
'modes': list([
@ -165,12 +167,41 @@
}),
'installations': dict({
'installation1': dict({
'action': 1,
'active': True,
'aidoos': list([
'aidoo1',
]),
'available': True,
'humidity': 27,
'id': 'installation1',
'mode': 2,
'modes': list([
1,
2,
3,
4,
5,
]),
'name': 'House',
'num-devices': 3,
'power': True,
'systems': list([
'system1',
]),
'temperature': 22.0,
'temperature-setpoint': 23.3,
'temperature-setpoint-max': 30.0,
'temperature-setpoint-min': 15.0,
'temperature-step': 0.5,
'web-servers': list([
'webserver1',
'11:22:33:44:55:67',
]),
'zones': list([
'zone1',
'zone2',
]),
}),
}),
'systems': dict({