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
|
@ -7,10 +7,9 @@ from enum import Enum
|
|||
from typing import TYPE_CHECKING, Final
|
||||
|
||||
from bleak import BaseBleakClient
|
||||
from bluetooth_data_tools import monotonic_time_coarse
|
||||
from home_assistant_bluetooth import BluetoothServiceInfoBleak
|
||||
|
||||
from homeassistant.util.dt import monotonic_time_coarse
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from .manager import BluetoothManager
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue