Skip to content

Commit

Permalink
1.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
lunDreame authored Jan 6, 2025
1 parent e9a6323 commit cd51a5a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion custom_components/bestin/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

DOMAIN = "bestin"
NAME = "BESTIN"
VERSION = "1.1.7"
VERSION = "1.1.8"

PLATFORMS: list[Platform] = [
Platform.CLIMATE,
Expand Down
2 changes: 1 addition & 1 deletion custom_components/bestin/device.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def device_info(self) -> DeviceInfo:

return DeviceInfo(
connections={(self.hub.hub_id, self.unique_id)},
identifiers={(DOMAIN, f"{self.hub.wp_version}_{formatted_id}")},
identifiers={(DOMAIN, f"{self.hub.wp_version}_{formatted_id}_{self.hub.hub_id}")},
manufacturer="HDC Labs Co., Ltd.",
model=self.hub.wp_version,
name=device_name,
Expand Down
2 changes: 1 addition & 1 deletion custom_components/bestin/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
"aiofiles",
"xmltodict"
],
"version": "1.1.7"
"version": "1.1.8"
}

0 comments on commit cd51a5a

Please sign in to comment.