mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 16:57:10 +00:00
Update aioairzone-cloud to v0.3.1 (#102899)
This commit is contained in:
parent
a516f32bbd
commit
ca5bcb9ab1
@ -6,5 +6,5 @@
|
||||
"documentation": "https://www.home-assistant.io/integrations/airzone_cloud",
|
||||
"iot_class": "cloud_polling",
|
||||
"loggers": ["aioairzone_cloud"],
|
||||
"requirements": ["aioairzone-cloud==0.3.0"]
|
||||
"requirements": ["aioairzone-cloud==0.3.1"]
|
||||
}
|
||||
|
@ -192,7 +192,7 @@ aio-georss-gdacs==0.8
|
||||
aioairq==0.2.4
|
||||
|
||||
# homeassistant.components.airzone_cloud
|
||||
aioairzone-cloud==0.3.0
|
||||
aioairzone-cloud==0.3.1
|
||||
|
||||
# homeassistant.components.airzone
|
||||
aioairzone==0.6.9
|
||||
|
@ -173,7 +173,7 @@ aio-georss-gdacs==0.8
|
||||
aioairq==0.2.4
|
||||
|
||||
# homeassistant.components.airzone_cloud
|
||||
aioairzone-cloud==0.3.0
|
||||
aioairzone-cloud==0.3.1
|
||||
|
||||
# homeassistant.components.airzone
|
||||
aioairzone==0.6.9
|
||||
|
@ -101,6 +101,7 @@ GET_INSTALLATION_MOCK = {
|
||||
API_WS_ID: WS_ID,
|
||||
},
|
||||
{
|
||||
API_CONFIG: {},
|
||||
API_DEVICE_ID: "zone1",
|
||||
API_NAME: "Salon",
|
||||
API_TYPE: API_AZ_ZONE,
|
||||
@ -111,6 +112,7 @@ GET_INSTALLATION_MOCK = {
|
||||
API_WS_ID: WS_ID,
|
||||
},
|
||||
{
|
||||
API_CONFIG: {},
|
||||
API_DEVICE_ID: "zone2",
|
||||
API_NAME: "Dormitorio",
|
||||
API_TYPE: API_AZ_ZONE,
|
||||
|
Loading…
x
Reference in New Issue
Block a user