Skip to content

Commit

Permalink
Update aioairzone-cloud to v0.6.8 (home-assistant#128992)
Browse files Browse the repository at this point in the history
  • Loading branch information
Noltari authored and zxdavb committed Oct 24, 2024
1 parent bdcdd00 commit aed68fa
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/airzone_cloud/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"documentation": "https://www.home-assistant.io/integrations/airzone_cloud",
"iot_class": "cloud_push",
"loggers": ["aioairzone_cloud"],
"requirements": ["aioairzone-cloud==0.6.7"]
"requirements": ["aioairzone-cloud==0.6.8"]
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ aio-georss-gdacs==0.10
aioairq==0.3.2

# homeassistant.components.airzone_cloud
aioairzone-cloud==0.6.7
aioairzone-cloud==0.6.8

# homeassistant.components.airzone
aioairzone==0.9.5
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ aio-georss-gdacs==0.10
aioairq==0.3.2

# homeassistant.components.airzone_cloud
aioairzone-cloud==0.6.7
aioairzone-cloud==0.6.8

# homeassistant.components.airzone
aioairzone==0.9.5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@
}),
'temperature': 21.0,
'temperature-setpoint': 22.0,
'temperature-setpoint-auto-air': 22.0,
'temperature-setpoint-cool-air': 22.0,
'temperature-setpoint-hot-air': 22.0,
'temperature-setpoint-max': 30.0,
Expand Down Expand Up @@ -191,6 +192,7 @@
}),
'temperature': 20.0,
'temperature-setpoint': 22.0,
'temperature-setpoint-auto-air': 22.0,
'temperature-setpoint-cool-air': 22.0,
'temperature-setpoint-hot-air': 18.0,
'temperature-setpoint-max': 30.0,
Expand Down Expand Up @@ -297,6 +299,7 @@
'dhw1': dict({
'active': False,
'available': True,
'double-set-point': False,
'id': 'dhw1',
'installation': 'installation1',
'is-connected': True,
Expand Down Expand Up @@ -379,6 +382,7 @@
'aq-present': True,
'aq-status': 'good',
'available': True,
'double-set-point': False,
'errors': list([
dict({
'_id': 'error-id',
Expand Down

0 comments on commit aed68fa

Please sign in to comment.