Bluetooth LE blacklisted device notices moved `info -> debug`.

This commit is contained in:
Fabio Manganiello 2023-05-01 22:10:06 +02:00
parent 998990aabc
commit 3febfabdd7
Signed by: blacklight
GPG Key ID: D90FBA7F76362774
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ class EventHandler:
return
if self._blacklist.matches(new_entity):
logger.info('Ignoring blacklisted device: %s', device.address)
logger.debug('Ignoring blacklisted device: %s', device.address)
return
# Extend the new entity with children entities added by the plugins