mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +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
|
# pylint: disable-next=hass-missing-super-call
|
||||||
async def async_added_to_hass(self) -> None:
|
async def async_added_to_hass(self) -> None:
|
||||||
"""Register callbacks."""
|
"""Register callbacks."""
|
||||||
|
await super().async_added_to_hass()
|
||||||
|
|
||||||
@callback
|
@callback
|
||||||
def update() -> None:
|
def update() -> None:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user