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