Migrate to using faster monotonic_time_coarse from bluetooth-data-tools (#104882)
This commit is contained in:
parent
e724414475
commit
a3dd2b8ea9
6 changed files with 6 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue