mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 09:47:13 +00:00
Fix lingering timer in shelly (#92466)
This commit is contained in:
parent
ef9bcd9285
commit
1cca6f7c9e
@ -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…
x
Reference in New Issue
Block a user