mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 17:57:11 +00:00
Change logging of successful scans to debug priority (#36538)
This commit is contained in:
parent
31dd06bd12
commit
8ed1b1782e
@ -113,7 +113,7 @@ class DdWrtDeviceScanner(DeviceScanner):
|
||||
|
||||
Return boolean if scanning successful.
|
||||
"""
|
||||
_LOGGER.info("Checking ARP")
|
||||
_LOGGER.debug("Checking ARP")
|
||||
|
||||
endpoint = "Wireless" if self.wireless_only else "Lan"
|
||||
url = f"{self.protocol}://{self.host}/Status_{endpoint}.live.asp"
|
||||
|
Loading…
x
Reference in New Issue
Block a user