mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Call async added to hass super in Airvisual (#100449)
This commit is contained in:
parent
d94b09655b
commit
c7e4604cfd
@ -424,6 +424,7 @@ class AirVisualEntity(CoordinatorEntity):
|
||||
# pylint: disable-next=hass-missing-super-call
|
||||
async def async_added_to_hass(self) -> None:
|
||||
"""Register callbacks."""
|
||||
await super().async_added_to_hass()
|
||||
|
||||
@callback
|
||||
def update() -> None:
|
||||
|
Loading…
x
Reference in New Issue
Block a user