Update aioairzone-cloud to v0.6.8 (#128992)
This commit is contained in:
parent
810bf06e16
commit
94a99b5bec
4 changed files with 7 additions and 3 deletions
|
@ -6,5 +6,5 @@
|
||||||
"documentation": "https://www.home-assistant.io/integrations/airzone_cloud",
|
"documentation": "https://www.home-assistant.io/integrations/airzone_cloud",
|
||||||
"iot_class": "cloud_push",
|
"iot_class": "cloud_push",
|
||||||
"loggers": ["aioairzone_cloud"],
|
"loggers": ["aioairzone_cloud"],
|
||||||
"requirements": ["aioairzone-cloud==0.6.7"]
|
"requirements": ["aioairzone-cloud==0.6.8"]
|
||||||
}
|
}
|
||||||
|
|
|
@ -176,7 +176,7 @@ aio-georss-gdacs==0.10
|
||||||
aioairq==0.3.2
|
aioairq==0.3.2
|
||||||
|
|
||||||
# homeassistant.components.airzone_cloud
|
# homeassistant.components.airzone_cloud
|
||||||
aioairzone-cloud==0.6.7
|
aioairzone-cloud==0.6.8
|
||||||
|
|
||||||
# homeassistant.components.airzone
|
# homeassistant.components.airzone
|
||||||
aioairzone==0.9.5
|
aioairzone==0.9.5
|
||||||
|
|
|
@ -164,7 +164,7 @@ aio-georss-gdacs==0.10
|
||||||
aioairq==0.3.2
|
aioairq==0.3.2
|
||||||
|
|
||||||
# homeassistant.components.airzone_cloud
|
# homeassistant.components.airzone_cloud
|
||||||
aioairzone-cloud==0.6.7
|
aioairzone-cloud==0.6.8
|
||||||
|
|
||||||
# homeassistant.components.airzone
|
# homeassistant.components.airzone
|
||||||
aioairzone==0.9.5
|
aioairzone==0.9.5
|
||||||
|
|
|
@ -136,6 +136,7 @@
|
||||||
}),
|
}),
|
||||||
'temperature': 21.0,
|
'temperature': 21.0,
|
||||||
'temperature-setpoint': 22.0,
|
'temperature-setpoint': 22.0,
|
||||||
|
'temperature-setpoint-auto-air': 22.0,
|
||||||
'temperature-setpoint-cool-air': 22.0,
|
'temperature-setpoint-cool-air': 22.0,
|
||||||
'temperature-setpoint-hot-air': 22.0,
|
'temperature-setpoint-hot-air': 22.0,
|
||||||
'temperature-setpoint-max': 30.0,
|
'temperature-setpoint-max': 30.0,
|
||||||
|
@ -191,6 +192,7 @@
|
||||||
}),
|
}),
|
||||||
'temperature': 20.0,
|
'temperature': 20.0,
|
||||||
'temperature-setpoint': 22.0,
|
'temperature-setpoint': 22.0,
|
||||||
|
'temperature-setpoint-auto-air': 22.0,
|
||||||
'temperature-setpoint-cool-air': 22.0,
|
'temperature-setpoint-cool-air': 22.0,
|
||||||
'temperature-setpoint-hot-air': 18.0,
|
'temperature-setpoint-hot-air': 18.0,
|
||||||
'temperature-setpoint-max': 30.0,
|
'temperature-setpoint-max': 30.0,
|
||||||
|
@ -297,6 +299,7 @@
|
||||||
'dhw1': dict({
|
'dhw1': dict({
|
||||||
'active': False,
|
'active': False,
|
||||||
'available': True,
|
'available': True,
|
||||||
|
'double-set-point': False,
|
||||||
'id': 'dhw1',
|
'id': 'dhw1',
|
||||||
'installation': 'installation1',
|
'installation': 'installation1',
|
||||||
'is-connected': True,
|
'is-connected': True,
|
||||||
|
@ -379,6 +382,7 @@
|
||||||
'aq-present': True,
|
'aq-present': True,
|
||||||
'aq-status': 'good',
|
'aq-status': 'good',
|
||||||
'available': True,
|
'available': True,
|
||||||
|
'double-set-point': False,
|
||||||
'errors': list([
|
'errors': list([
|
||||||
dict({
|
dict({
|
||||||
'_id': 'error-id',
|
'_id': 'error-id',
|
||||||
|
|
Loading…
Add table
Reference in a new issue