Fix Fritz unload (#49669)

This commit is contained in:
Simone Chemelli 2021-04-25 21:07:31 +02:00 committed by GitHub
parent 7b33ed11c2
commit 85438db1ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: