mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 17:57:11 +00:00
Fix missing super async_added_to_hass in lookin (#100296)
This commit is contained in:
parent
871800778f
commit
d0feb063ec
@ -182,6 +182,7 @@ class LookinPowerPushRemoteEntity(LookinPowerEntity):
|
||||
|
||||
async def async_added_to_hass(self) -> None:
|
||||
"""Call when the entity is added to hass."""
|
||||
await super().async_added_to_hass()
|
||||
self.async_on_remove(
|
||||
self._lookin_udp_subs.subscribe_event(
|
||||
self._lookin_device.id,
|
||||
|
Loading…
x
Reference in New Issue
Block a user