mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
parent
fe181425d8
commit
a7e081f70d
@ -49,7 +49,7 @@ class ReolinkUpdateEntity(ReolinkBaseCoordinatorEntity, UpdateEntity):
|
||||
"""Initialize a Netgear device."""
|
||||
super().__init__(reolink_data, reolink_data.firmware_coordinator)
|
||||
|
||||
self._attr_unique_id = f"{self._host.unique_id}_update"
|
||||
self._attr_unique_id = f"{self._host.unique_id}"
|
||||
|
||||
@property
|
||||
def installed_version(self) -> str | None:
|
||||
|
Loading…
x
Reference in New Issue
Block a user