mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 16:27:08 +00:00
Update aioairzone-cloud to v0.2.4 (#101069)
This commit is contained in:
parent
063bac1665
commit
d1347d23de
@ -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_polling",
|
"iot_class": "cloud_polling",
|
||||||
"loggers": ["aioairzone_cloud"],
|
"loggers": ["aioairzone_cloud"],
|
||||||
"requirements": ["aioairzone-cloud==0.2.3"]
|
"requirements": ["aioairzone-cloud==0.2.4"]
|
||||||
}
|
}
|
||||||
|
@ -186,7 +186,7 @@ aio-georss-gdacs==0.8
|
|||||||
aioairq==0.2.4
|
aioairq==0.2.4
|
||||||
|
|
||||||
# homeassistant.components.airzone_cloud
|
# homeassistant.components.airzone_cloud
|
||||||
aioairzone-cloud==0.2.3
|
aioairzone-cloud==0.2.4
|
||||||
|
|
||||||
# homeassistant.components.airzone
|
# homeassistant.components.airzone
|
||||||
aioairzone==0.6.8
|
aioairzone==0.6.8
|
||||||
|
@ -167,7 +167,7 @@ aio-georss-gdacs==0.8
|
|||||||
aioairq==0.2.4
|
aioairq==0.2.4
|
||||||
|
|
||||||
# homeassistant.components.airzone_cloud
|
# homeassistant.components.airzone_cloud
|
||||||
aioairzone-cloud==0.2.3
|
aioairzone-cloud==0.2.4
|
||||||
|
|
||||||
# homeassistant.components.airzone
|
# homeassistant.components.airzone
|
||||||
aioairzone==0.6.8
|
aioairzone==0.6.8
|
||||||
|
@ -173,6 +173,10 @@
|
|||||||
'aidoo1',
|
'aidoo1',
|
||||||
]),
|
]),
|
||||||
'available': True,
|
'available': True,
|
||||||
|
'groups': list([
|
||||||
|
'group1',
|
||||||
|
'grp2',
|
||||||
|
]),
|
||||||
'humidity': 27,
|
'humidity': 27,
|
||||||
'id': 'installation1',
|
'id': 'installation1',
|
||||||
'mode': 2,
|
'mode': 2,
|
||||||
@ -185,6 +189,7 @@
|
|||||||
]),
|
]),
|
||||||
'name': 'House',
|
'name': 'House',
|
||||||
'num-devices': 3,
|
'num-devices': 3,
|
||||||
|
'num-groups': 2,
|
||||||
'power': True,
|
'power': True,
|
||||||
'systems': list([
|
'systems': list([
|
||||||
'system1',
|
'system1',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user