Update aioairzone-cloud to v0.2.4 (#101069)
This commit is contained in:
parent
063bac1665
commit
d1347d23de
4 changed files with 8 additions and 3 deletions
|
@ -6,5 +6,5 @@
|
|||
"documentation": "https://www.home-assistant.io/integrations/airzone_cloud",
|
||||
"iot_class": "cloud_polling",
|
||||
"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
|
||||
|
||||
# homeassistant.components.airzone_cloud
|
||||
aioairzone-cloud==0.2.3
|
||||
aioairzone-cloud==0.2.4
|
||||
|
||||
# homeassistant.components.airzone
|
||||
aioairzone==0.6.8
|
||||
|
|
|
@ -167,7 +167,7 @@ aio-georss-gdacs==0.8
|
|||
aioairq==0.2.4
|
||||
|
||||
# homeassistant.components.airzone_cloud
|
||||
aioairzone-cloud==0.2.3
|
||||
aioairzone-cloud==0.2.4
|
||||
|
||||
# homeassistant.components.airzone
|
||||
aioairzone==0.6.8
|
||||
|
|
|
@ -173,6 +173,10 @@
|
|||
'aidoo1',
|
||||
]),
|
||||
'available': True,
|
||||
'groups': list([
|
||||
'group1',
|
||||
'grp2',
|
||||
]),
|
||||
'humidity': 27,
|
||||
'id': 'installation1',
|
||||
'mode': 2,
|
||||
|
@ -185,6 +189,7 @@
|
|||
]),
|
||||
'name': 'House',
|
||||
'num-devices': 3,
|
||||
'num-groups': 2,
|
||||
'power': True,
|
||||
'systems': list([
|
||||
'system1',
|
||||
|
|
Loading…
Add table
Reference in a new issue