Downgrade bluetooth_le_tracker timeout message to debug (#76639)
Fixes #76558
This commit is contained in:
parent
7c81f790a7
commit
ae9ab48d05
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue