From ae9ab48d05caaaacbd2962755f4506a314241f8b Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Thu, 11 Aug 2022 15:09:27 -1000 Subject: [PATCH] Downgrade bluetooth_le_tracker timeout message to debug (#76639) Fixes #76558 --- homeassistant/components/bluetooth_le_tracker/device_tracker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/bluetooth_le_tracker/device_tracker.py b/homeassistant/components/bluetooth_le_tracker/device_tracker.py index b416fe3e070..7e2c484e1a6 100644 --- a/homeassistant/components/bluetooth_le_tracker/device_tracker.py +++ b/homeassistant/components/bluetooth_le_tracker/device_tracker.py @@ -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