mirror of
https://github.com/home-assistant/core.git
synced 2025-07-09 06:17:07 +00:00
Downgrade bluetooth_le_tracker timeout message to debug (#76639)
Fixes #76558
This commit is contained in:
parent
7c81f790a7
commit
ae9ab48d05
@ -144,7 +144,7 @@ async def async_setup_scanner( # noqa: C901
|
|||||||
bat_char = await client.read_gatt_char(BATTERY_CHARACTERISTIC_UUID)
|
bat_char = await client.read_gatt_char(BATTERY_CHARACTERISTIC_UUID)
|
||||||
battery = ord(bat_char)
|
battery = ord(bat_char)
|
||||||
except asyncio.TimeoutError:
|
except asyncio.TimeoutError:
|
||||||
_LOGGER.warning(
|
_LOGGER.debug(
|
||||||
"Timeout when trying to get battery status for %s", service_info.name
|
"Timeout when trying to get battery status for %s", service_info.name
|
||||||
)
|
)
|
||||||
# Bleak currently has a few places where checking dbus attributes
|
# Bleak currently has a few places where checking dbus attributes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user