mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 18:27:09 +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
|
# pylint: disable-next=hass-missing-super-call
|
||||||
async def async_added_to_hass(self) -> None:
|
async def async_added_to_hass(self) -> None:
|
||||||
"""Register callback for reachability."""
|
"""Register callback for reachability."""
|
||||||
|
await super().async_added_to_hass()
|
||||||
self.async_on_remove(
|
self.async_on_remove(
|
||||||
async_dispatcher_connect(
|
async_dispatcher_connect(
|
||||||
self.hass,
|
self.hass,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user