[bluetooth.enoceanble] Changed logging level for discovered devices (#10134)

Signed-off-by: Pauli Anttila <pauli.anttila@gmail.com>
This commit is contained in:
pali 2021-02-13 22:00:17 +02:00 committed by GitHub
parent 6829ff657a
commit 51db639853
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,7 +52,7 @@ public class EnoceanBleDiscoveryParticipant implements BluetoothDiscoveryPartici
@Override
public @Nullable ThingUID getThingUID(BluetoothDiscoveryDevice device) {
Integer manufacturerId = device.getManufacturerId();
logger.warn("Discovered device {} with manufacturerId {} and name {}", device.getAddress(), manufacturerId,
logger.debug("Discovered device {} with manufacturerId {} and name {}", device.getAddress(), manufacturerId,
device.getName());
if (manufacturerId != null && manufacturerId == ENOCEAN_COMPANY_ID) {
return new ThingUID(EnoceanBleBindingConstants.THING_TYPE_PTM215B, device.getAdapter().getUID(),