Downgrade bluetooth_le_tracker timeout message to debug (#76639)

Fixes #76558
This commit is contained in:
J. Nick Koston 2022-08-11 15:09:27 -10:00 committed by GitHub
parent 7c81f790a7
commit ae9ab48d05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -144,7 +144,7 @@ async def async_setup_scanner( # noqa: C901
bat_char = await client.read_gatt_char(BATTERY_CHARACTERISTIC_UUID)
battery = ord(bat_char)
except asyncio.TimeoutError:
_LOGGER.warning(
_LOGGER.debug(
"Timeout when trying to get battery status for %s", service_info.name
)
# Bleak currently has a few places where checking dbus attributes