Migrate to using faster monotonic_time_coarse from bluetooth-data-tools (#104882)

This commit is contained in:
J. Nick Koston
2023-12-01 10:57:09 -10:00
committed by GitHub
parent e724414475
commit a3dd2b8ea9
6 changed files with 6 additions and 7 deletions

View File

@@ -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