mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 07:05:48 +01:00
Update aioairzone to v1.0.1 (#151990)
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This commit is contained in:
committed by
GitHub
parent
715aba3aca
commit
75c1eddaf9
@@ -11,5 +11,5 @@
|
||||
"documentation": "https://www.home-assistant.io/integrations/airzone",
|
||||
"iot_class": "local_polling",
|
||||
"loggers": ["aioairzone"],
|
||||
"requirements": ["aioairzone==1.0.0"]
|
||||
"requirements": ["aioairzone==1.0.1"]
|
||||
}
|
||||
|
||||
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@@ -182,7 +182,7 @@ aioairq==0.4.6
|
||||
aioairzone-cloud==0.7.2
|
||||
|
||||
# homeassistant.components.airzone
|
||||
aioairzone==1.0.0
|
||||
aioairzone==1.0.1
|
||||
|
||||
# homeassistant.components.alexa_devices
|
||||
aioamazondevices==6.0.0
|
||||
|
||||
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@@ -170,7 +170,7 @@ aioairq==0.4.6
|
||||
aioairzone-cloud==0.7.2
|
||||
|
||||
# homeassistant.components.airzone
|
||||
aioairzone==1.0.0
|
||||
aioairzone==1.0.1
|
||||
|
||||
# homeassistant.components.alexa_devices
|
||||
aioamazondevices==6.0.0
|
||||
|
||||
@@ -340,6 +340,7 @@
|
||||
5,
|
||||
]),
|
||||
'problems': False,
|
||||
'q-adapt': 0,
|
||||
}),
|
||||
'2': dict({
|
||||
'available': True,
|
||||
|
||||
@@ -38,6 +38,7 @@ from aioairzone.const import (
|
||||
API_NAME,
|
||||
API_ON,
|
||||
API_POWER,
|
||||
API_Q_ADAPT,
|
||||
API_ROOM_TEMP,
|
||||
API_SET_POINT,
|
||||
API_SLEEP,
|
||||
@@ -353,6 +354,7 @@ HVAC_SYSTEMS_MOCK = {
|
||||
API_POWER: 0,
|
||||
API_SYSTEM_FIRMWARE: "3.31",
|
||||
API_SYSTEM_TYPE: 1,
|
||||
API_Q_ADAPT: 0,
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user