fix issuecomment-570284682 (#30405)

This commit is contained in:
Aaron David Schneider 2020-01-02 21:17:37 +01:00 committed by Andrew Sayre
parent 24d5e54eed
commit 5edf72c9ea

View File

@ -84,7 +84,7 @@ class FritzBoxScanner(DeviceScanner):
ip_device = self.fritz_box.get_specific_host_entry(device).get("NewIPAddress")
if not ip_device:
return None
return {}
return {"ip": ip_device, "mac": device}
def _update_info(self):