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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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