Remove redundant async_update
for OpenUV entities (#80735)
This commit is contained in:
parent
91c5aac8ba
commit
e40db797c5
1 changed files with 0 additions and 7 deletions
|
@ -310,10 +310,3 @@ class OpenUvEntity(CoordinatorEntity):
|
|||
"""Handle entity which will be added."""
|
||||
await super().async_added_to_hass()
|
||||
self._update_from_latest_data()
|
||||
|
||||
async def async_update(self) -> None:
|
||||
"""Update the entity.
|
||||
|
||||
Only used by the generic entity update service.
|
||||
"""
|
||||
await self.coordinator.async_request_refresh()
|
||||
|
|
Loading…
Add table
Reference in a new issue