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