Skip to content

Commit 13aaeba

Browse files
committed
Minor code tidy up
1 parent c51d46f commit 13aaeba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

custom_components/uniled/lib/ble/sp63x_64xe.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
from __future__ import annotations
44
from typing import Final
5-
from itertools import chain
65

76
from ..discovery import UniledProxy
87
from ..sptech_model import SPTechModel
@@ -99,6 +98,7 @@ def parse_notifications(
9998
device, (), data[:_HEADER_LENGTH], data[_HEADER_LENGTH:]
10099
)
101100

101+
102102
##
103103
## BanlanX - SP6xxE Device Proxy
104104
##
@@ -227,7 +227,7 @@ def match_model_code(self, code: int) -> UniledBleModel | None:
227227
return None
228228

229229
def match_ble_model(self, model: str) -> UniledBleModel | None:
230-
"""Match a device model name - Deprecated!"""
230+
"""Match a device model name"""
231231
return self.match_model_name(name=model)
232232

233233
def match_ble_device(

0 commit comments

Comments
 (0)