Skip to content

Commit

Permalink
Update aioairzone-cloud to v0.1.9 (home-assistant#95155)
Browse files Browse the repository at this point in the history
  • Loading branch information
Noltari authored Jun 26, 2023
1 parent a338e7e commit 74fb1ba
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/airzone_cloud/entity.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def __init__(
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],
)

Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/airzone_cloud/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 74fb1ba

Please sign in to comment.