mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 14:15:12 +02:00
Fix Fritz unload (#49669)
This commit is contained in:
@@ -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:
|
||||||
|
Reference in New Issue
Block a user