mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27:10 +00:00
Call async added to hass super in Livisi (#100446)
This commit is contained in:
parent
2ad0fd1ce1
commit
8dd3d6f989
@ -67,6 +67,7 @@ class LivisiEntity(CoordinatorEntity[LivisiDataUpdateCoordinator]):
|
||||
# pylint: disable-next=hass-missing-super-call
|
||||
async def async_added_to_hass(self) -> None:
|
||||
"""Register callback for reachability."""
|
||||
await super().async_added_to_hass()
|
||||
self.async_on_remove(
|
||||
async_dispatcher_connect(
|
||||
self.hass,
|
||||
|
Loading…
x
Reference in New Issue
Block a user