Skip to content

Commit

Permalink
Update entity.py
Browse files Browse the repository at this point in the history
Signed-off-by: Ludy87 <[email protected]>
  • Loading branch information
Ludy87 committed Jan 5, 2025
1 parent 6d8df65 commit 3c50a60
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion custom_components/xplora_watch/entity.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ def __init__(
model=coordinator.data[self.watch_uid].get("model", DEVICE_NAME),
name=f"{coordinator.username}{self.is_admin}{self.watch_name} ({self.watch_uid})",
sw_version=coordinator.os_version,
# via_device=(DOMAIN, f"{self._config_entry.unique_id}_{coordinator.username}"),
configuration_url="https://github.com/Ludy87/xplora_watch/blob/main/README.md",
)

Expand Down

0 comments on commit 3c50a60

Please sign in to comment.