Skip to content

Commit 75c1edd

Browse files
authored
Update aioairzone to v1.0.1 (#151990)
Signed-off-by: Álvaro Fernández Rojas <[email protected]>
1 parent 715aba3 commit 75c1edd

File tree

5 files changed

+6
-3
lines changed

5 files changed

+6
-3
lines changed

homeassistant/components/airzone/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
"documentation": "https://www.home-assistant.io/integrations/airzone",
1212
"iot_class": "local_polling",
1313
"loggers": ["aioairzone"],
14-
"requirements": ["aioairzone==1.0.0"]
14+
"requirements": ["aioairzone==1.0.1"]
1515
}

requirements_all.txt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements_test_all.txt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/components/airzone/snapshots/test_diagnostics.ambr

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,7 @@
340340
5,
341341
]),
342342
'problems': False,
343+
'q-adapt': 0,
343344
}),
344345
'2': dict({
345346
'available': True,

tests/components/airzone/util.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
API_NAME,
3939
API_ON,
4040
API_POWER,
41+
API_Q_ADAPT,
4142
API_ROOM_TEMP,
4243
API_SET_POINT,
4344
API_SLEEP,
@@ -353,6 +354,7 @@
353354
API_POWER: 0,
354355
API_SYSTEM_FIRMWARE: "3.31",
355356
API_SYSTEM_TYPE: 1,
357+
API_Q_ADAPT: 0,
356358
}
357359
]
358360
}

0 commit comments

Comments
 (0)