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