From d0feb063ec3c5ec94502a7406c2811c4e47f61d9 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 13 Sep 2023 10:03:36 -0500 Subject: [PATCH] Fix missing super async_added_to_hass in lookin (#100296) --- homeassistant/components/lookin/entity.py | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/lookin/entity.py b/homeassistant/components/lookin/entity.py index d20a21bd23c..0e518ffc1e5 100644 --- a/homeassistant/components/lookin/entity.py +++ b/homeassistant/components/lookin/entity.py @@ -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,