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