mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Update aioairzone-cloud to v0.2.3 (#101052)
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This commit is contained in:
parent
f0ca27fd08
commit
d8520088e7
@ -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.2"]
|
||||
"requirements": ["aioairzone-cloud==0.2.3"]
|
||||
}
|
||||
|
@ -186,7 +186,7 @@ aio-georss-gdacs==0.8
|
||||
aioairq==0.2.4
|
||||
|
||||
# homeassistant.components.airzone_cloud
|
||||
aioairzone-cloud==0.2.2
|
||||
aioairzone-cloud==0.2.3
|
||||
|
||||
# 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.2
|
||||
aioairzone-cloud==0.2.3
|
||||
|
||||
# homeassistant.components.airzone
|
||||
aioairzone==0.6.8
|
||||
|
@ -113,6 +113,7 @@
|
||||
'active': True,
|
||||
'available': True,
|
||||
'humidity': 27,
|
||||
'id': 'group1',
|
||||
'installation': 'installation1',
|
||||
'mode': 2,
|
||||
'modes': list([
|
||||
@ -144,6 +145,7 @@
|
||||
'aidoo1',
|
||||
]),
|
||||
'available': True,
|
||||
'id': 'grp2',
|
||||
'installation': 'installation1',
|
||||
'mode': 3,
|
||||
'modes': list([
|
||||
@ -165,12 +167,41 @@
|
||||
}),
|
||||
'installations': dict({
|
||||
'installation1': dict({
|
||||
'action': 1,
|
||||
'active': True,
|
||||
'aidoos': list([
|
||||
'aidoo1',
|
||||
]),
|
||||
'available': True,
|
||||
'humidity': 27,
|
||||
'id': 'installation1',
|
||||
'mode': 2,
|
||||
'modes': list([
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
4,
|
||||
5,
|
||||
]),
|
||||
'name': 'House',
|
||||
'num-devices': 3,
|
||||
'power': True,
|
||||
'systems': list([
|
||||
'system1',
|
||||
]),
|
||||
'temperature': 22.0,
|
||||
'temperature-setpoint': 23.3,
|
||||
'temperature-setpoint-max': 30.0,
|
||||
'temperature-setpoint-min': 15.0,
|
||||
'temperature-step': 0.5,
|
||||
'web-servers': list([
|
||||
'webserver1',
|
||||
'11:22:33:44:55:67',
|
||||
]),
|
||||
'zones': list([
|
||||
'zone1',
|
||||
'zone2',
|
||||
]),
|
||||
}),
|
||||
}),
|
||||
'systems': dict({
|
||||
|
Loading…
x
Reference in New Issue
Block a user