Update aioairzone-cloud to v0.1.9 (#95155)
parent
a338e7e242
commit
74fb1ba51d
|
@ -86,7 +86,7 @@ class AirzoneWebServerEntity(AirzoneEntity):
|
|||
connections={(dr.CONNECTION_NETWORK_MAC, ws_id)},
|
||||
identifiers={(DOMAIN, ws_id)},
|
||||
manufacturer=MANUFACTURER,
|
||||
name=f"WebServer {ws_id}",
|
||||
name=ws_data[AZD_NAME],
|
||||
sw_version=ws_data[AZD_FIRMWARE],
|
||||
)
|
||||
|
||||
|
|
|
@ -6,5 +6,5 @@
|
|||
"documentation": "https://www.home-assistant.io/integrations/airzone_cloud",
|
||||
"iot_class": "cloud_polling",
|
||||
"loggers": ["aioairzone_cloud"],
|
||||
"requirements": ["aioairzone-cloud==0.1.8"]
|
||||
"requirements": ["aioairzone-cloud==0.1.9"]
|
||||
}
|
||||
|
|
|
@ -191,7 +191,7 @@ aio-georss-gdacs==0.8
|
|||
aioairq==0.2.4
|
||||
|
||||
# homeassistant.components.airzone_cloud
|
||||
aioairzone-cloud==0.1.8
|
||||
aioairzone-cloud==0.1.9
|
||||
|
||||
# homeassistant.components.airzone
|
||||
aioairzone==0.6.4
|
||||
|
|
|
@ -169,7 +169,7 @@ aio-georss-gdacs==0.8
|
|||
aioairq==0.2.4
|
||||
|
||||
# homeassistant.components.airzone_cloud
|
||||
aioairzone-cloud==0.1.8
|
||||
aioairzone-cloud==0.1.9
|
||||
|
||||
# homeassistant.components.airzone
|
||||
aioairzone==0.6.4
|
||||
|
|
Loading…
Reference in New Issue