mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Remove frequest asuswrt log spam (#24448)
This commit is contained in:
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()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user