mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 01:08:12 +00:00
Fix Fritz unload (#49669)
This commit is contained in:
parent
7b33ed11c2
commit
85438db1ec
@ -94,7 +94,7 @@ class FritzBoxTools:
|
||||
)
|
||||
|
||||
@callback
|
||||
async def async_unload(self):
|
||||
def async_unload(self):
|
||||
"""Unload FritzboxTools class."""
|
||||
_LOGGER.debug("Unloading FRITZ!Box router integration")
|
||||
if self._cancel_scan is not None:
|
||||
|
Loading…
x
Reference in New Issue
Block a user