mirror of
https://github.com/home-assistant/core.git
synced 2025-11-07 18:09:31 +00:00
Migrate to using faster monotonic_time_coarse from bluetooth-data-tools (#104882)
This commit is contained in:
@@ -3,9 +3,9 @@ from __future__ import annotations
|
||||
|
||||
from bluetooth_adapters import BluetoothAdapters
|
||||
from bluetooth_auto_recovery import recover_adapter
|
||||
from bluetooth_data_tools import monotonic_time_coarse
|
||||
|
||||
from homeassistant.core import callback
|
||||
from homeassistant.util.dt import monotonic_time_coarse
|
||||
|
||||
from .models import BluetoothServiceInfoBleak
|
||||
from .storage import BluetoothStorage
|
||||
|
||||
Reference in New Issue
Block a user