Skip to content

Commit

Permalink
New unique id pattern for climate platform.
Browse files Browse the repository at this point in the history
  • Loading branch information
tschamm committed Oct 1, 2022
1 parent 9c0f84d commit b76c1b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions custom_components/bosch_shc/climate.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ def __init__(
"""Initialize the SHC device."""
super().__init__(device=device, parent_id=parent_id, entry_id=entry_id)
self._name = name
self._attr_unique_id = f"{device.root_device_id}_{device.serial}"

@property
def name(self):
Expand Down
2 changes: 1 addition & 1 deletion custom_components/bosch_shc/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"config_flow": true,
"documentation": "https://github.com/tschamm/boschshc-hass/blob/master/README.md",
"requirements": ["boschshcpy==0.2.35"],
"version": "0.4.33",
"version": "0.4.34",
"zeroconf": [{ "type": "_http._tcp.local.", "name": "bosch shc*" }],
"iot_class": "local_push",
"issue_tracker": "https://github.com/tschamm/boschshc-hass/issues",
Expand Down

0 comments on commit b76c1b6

Please sign in to comment.