Skip to content

Commit

Permalink
fix via_device info
Browse files Browse the repository at this point in the history
  • Loading branch information
pszafer committed Jul 20, 2022
1 parent ee15761 commit 583d79a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/bosch/bosch_entity.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def device_info(self) -> DeviceInfo:
name=self.device_name,
sw_version=self._gateway.firmware,
hw_version=self._uuid,
connections={(DOMAIN, self._uuid)},
via_device=(DOMAIN, self._uuid),
)


Expand Down
2 changes: 1 addition & 1 deletion custom_components/bosch/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"requirements": [
"bosch-thermostat-client==0.18.2"
],
"version": "0.18.2",
"version": "0.18.3",
"zeroconf": [
"_buderus._tcp.local."
],
Expand Down

0 comments on commit 583d79a

Please sign in to comment.