Fix missing super async_added_to_hass in lookin (#100296)

This commit is contained in:
J. Nick Koston
2023-09-13 10:03:36 -05:00
committed by GitHub
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,