Skip to content

Commit

Permalink
fix issue #19
Browse files Browse the repository at this point in the history
  • Loading branch information
dkarv committed Jan 12, 2025
1 parent 88c61d7 commit 7ae8c41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/bwt_perla/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"issue_tracker": "https://github.com/dkarv/hacs-bwt-perla/issues",
"requirements": ["bwt_api==0.4.2"],
"ssdp": [],
"version": "0.5.0",
"version": "0.5.4",
"zeroconf": []
}
2 changes: 1 addition & 1 deletion custom_components/bwt_perla/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ async def async_setup_entry(
serial_number=None,
suggested_area=None,
sw_version=coordinator.data.firmware_version,
via_device=(DOMAIN, ""),
via_device=None,
)

async_add_entities(
Expand Down

0 comments on commit 7ae8c41

Please sign in to comment.