mirror of
https://github.com/home-assistant/core.git
synced 2025-07-09 22:37:11 +00:00
Update aioairzone-cloud to v0.5.1 (#115029)
* Update aioairzone-cloud to v0.5.1 Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> * tests: airzone_cloud: fix diagnostics Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> --------- Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This commit is contained in:
parent
29bc67234e
commit
9a1b0874fd
@ -6,5 +6,5 @@
|
||||
"documentation": "https://www.home-assistant.io/integrations/airzone_cloud",
|
||||
"iot_class": "cloud_push",
|
||||
"loggers": ["aioairzone_cloud"],
|
||||
"requirements": ["aioairzone-cloud==0.5.0"]
|
||||
"requirements": ["aioairzone-cloud==0.5.1"]
|
||||
}
|
||||
|
@ -185,7 +185,7 @@ aio-georss-gdacs==0.9
|
||||
aioairq==0.3.2
|
||||
|
||||
# homeassistant.components.airzone_cloud
|
||||
aioairzone-cloud==0.5.0
|
||||
aioairzone-cloud==0.5.1
|
||||
|
||||
# homeassistant.components.airzone
|
||||
aioairzone==0.7.6
|
||||
|
@ -164,7 +164,7 @@ aio-georss-gdacs==0.9
|
||||
aioairq==0.3.2
|
||||
|
||||
# homeassistant.components.airzone_cloud
|
||||
aioairzone-cloud==0.5.0
|
||||
aioairzone-cloud==0.5.1
|
||||
|
||||
# homeassistant.components.airzone
|
||||
aioairzone==0.7.6
|
||||
|
@ -287,7 +287,12 @@
|
||||
'id': 'dhw1',
|
||||
'installation': 'installation1',
|
||||
'is-connected': True,
|
||||
'name': 'DHW',
|
||||
'name': 'Airzone Cloud DHW',
|
||||
'operation': 0,
|
||||
'operations': list([
|
||||
0,
|
||||
1,
|
||||
]),
|
||||
'power': False,
|
||||
'problems': False,
|
||||
'temperature': 45.5,
|
||||
|
Loading…
x
Reference in New Issue
Block a user