We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b868511 commit 1f4829aCopy full SHA for 1f4829a
custom_components/ble_monitor/ble_parser/get_beacon_key.py
@@ -19,9 +19,7 @@
19
import re
20
import sys
21
22
-from bleak import BleakClient, BleakScanner
23
-from bleak.backends.characteristic import BleakGATTCharacteristic
24
-from bleak.uuids import normalize_uuid_16
+from bleak import BleakClient
25
26
MAC_PATTERN = r"^[0-9A-F]{2}:[0-9A-F]{2}:[0-9A-F]{2}:[0-9A-F]{2}:[0-9A-F]{2}:[0-9A-F]{2}$"
27
0 commit comments