mirror of
https://github.com/home-assistant/core.git
synced 2025-08-07 06:35:10 +02:00
Remove frequest asuswrt log spam (#24448)
This commit is contained in:
committed by
Paulus Schoutsen
parent
34e3d2f997
commit
20ba80f934
@@ -47,6 +47,6 @@ class AsusWrtDeviceScanner(DeviceScanner):
|
|||||||
|
|
||||||
Return boolean if scanning successful.
|
Return boolean if scanning successful.
|
||||||
"""
|
"""
|
||||||
_LOGGER.info('Checking Devices')
|
_LOGGER.debug('Checking Devices')
|
||||||
|
|
||||||
self.last_results = await self.connection.async_get_connected_devices()
|
self.last_results = await self.connection.async_get_connected_devices()
|
||||||
|
Reference in New Issue
Block a user