Change manufacturer_data_first_byte to manufacturer_data_start (#75379)
This commit is contained in:
parent
a95c2c7850
commit
91f2550bc3
8 changed files with 25 additions and 19 deletions
|
@ -14,7 +14,7 @@ from __future__ import annotations
|
|||
|
||||
# fmt: off
|
||||
|
||||
BLUETOOTH: list[dict[str, str | int]] = {}
|
||||
BLUETOOTH: list[dict[str, str | int | list[int]]] = {}
|
||||
""".strip()
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue