Fix missing default value in fritz scan_devices (#49668)
This commit is contained in:
parent
510a3ae915
commit
7b33ed11c2
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ class FritzBoxTools:
|
|||
"""Retrieve latest information from the FRITZ!Box."""
|
||||
return self.fritzhosts.get_hosts_info()
|
||||
|
||||
def scan_devices(self, now: datetime | None) -> None:
|
||||
def scan_devices(self, now: datetime | None = None) -> None:
|
||||
"""Scan for new devices and return a list of found device ids."""
|
||||
_LOGGER.debug("Checking devices for FRITZ!Box router %s", self.host)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue