1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Update aioairzone to v1.0.2 (#155088)

This commit is contained in:
Álvaro Fernández Rojas
2025-10-24 15:20:21 +02:00
committed by Franck Nijhof
parent 9c1d8747be
commit c86ad896b8
4 changed files with 34 additions and 35 deletions

View File

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

2
requirements_all.txt generated
View File

@@ -182,7 +182,7 @@ aioairq==0.4.7
aioairzone-cloud==0.7.2
# homeassistant.components.airzone
aioairzone==1.0.1
aioairzone==1.0.2
# homeassistant.components.alexa_devices
aioamazondevices==6.4.6

View File

@@ -170,7 +170,7 @@ aioairq==0.4.7
aioairzone-cloud==0.7.2
# homeassistant.components.airzone
aioairzone==1.0.1
aioairzone==1.0.2
# homeassistant.components.alexa_devices
aioamazondevices==6.4.6

View File

@@ -328,65 +328,64 @@
'firmware': '3.31',
'full-name': 'Airzone [1] System',
'id': 1,
'master-system-zone': '1:1',
'master-zone': 1,
'mode': 3,
'model': 'C6',
'modes': list([
'masters': list([
1,
4,
2,
3,
5,
]),
'masters-slaves': dict({
'1': list([
2,
3,
4,
5,
]),
}),
'model': 'C6',
'problems': False,
'q-adapt': 0,
'slaves': list([
2,
3,
4,
5,
]),
}),
'2': dict({
'available': True,
'full-name': 'Airzone [2] System',
'id': 2,
'master-system-zone': '2:1',
'master-zone': 1,
'mode': 7,
'modes': list([
7,
'masters': list([
1,
]),
'masters-slaves': dict({
'1': list([
]),
}),
'problems': False,
}),
'3': dict({
'available': True,
'full-name': 'Airzone [3] System',
'id': 3,
'master-system-zone': '3:1',
'master-zone': 1,
'mode': 7,
'modes': list([
4,
2,
3,
5,
7,
'masters': list([
1,
]),
'masters-slaves': dict({
'1': list([
]),
}),
'problems': False,
}),
'4': dict({
'available': True,
'full-name': 'Airzone [4] System',
'id': 4,
'master-system-zone': '4:1',
'master-zone': 1,
'mode': 6,
'modes': list([
'masters': list([
1,
2,
3,
4,
5,
6,
]),
'masters-slaves': dict({
'1': list([
]),
}),
'problems': False,
}),
}),