diff --git a/homeassistant/components/asuswrt/device_tracker.py b/homeassistant/components/asuswrt/device_tracker.py index 68641f670aa..a7b13abbc05 100644 --- a/homeassistant/components/asuswrt/device_tracker.py +++ b/homeassistant/components/asuswrt/device_tracker.py @@ -47,6 +47,6 @@ class AsusWrtDeviceScanner(DeviceScanner): Return boolean if scanning successful. """ - _LOGGER.info('Checking Devices') + _LOGGER.debug('Checking Devices') self.last_results = await self.connection.async_get_connected_devices()