mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 13:15:18 +02:00
Call async added to hass super in Livisi (#100446)
This commit is contained in:
committed by
GitHub
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,
|
||||
|
Reference in New Issue
Block a user