diff --git a/homeassistant/components/ddwrt/device_tracker.py b/homeassistant/components/ddwrt/device_tracker.py index 27f6895fc43..9b6fd1bdb64 100644 --- a/homeassistant/components/ddwrt/device_tracker.py +++ b/homeassistant/components/ddwrt/device_tracker.py @@ -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"