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 untrusted user: blacklight
GPG key ID: D90FBA7F76362774

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