Fix lingering timer in shelly (#92466)
This commit is contained in:
parent
ef9bcd9285
commit
1cca6f7c9e
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ class ShellyCoordinatorBase(DataUpdateCoordinator[None], Generic[_DeviceT]):
|
|||
immediate=False,
|
||||
function=self._async_reload_entry,
|
||||
)
|
||||
entry.async_on_unload(self._debounced_reload.async_cancel)
|
||||
entry.async_on_unload(self._debounced_reload.async_shutdown)
|
||||
|
||||
@property
|
||||
def model(self) -> str:
|
||||
|
|
Loading…
Add table
Reference in a new issue