Call async added to hass super in Airvisual (#100449)

This commit is contained in:
Joost Lekkerkerker 2023-09-26 20:03:44 +02:00 committed by GitHub
parent d94b09655b
commit c7e4604cfd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: