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
|
@ -6,11 +6,13 @@ from __future__ import annotations
|
|||
|
||||
# fmt: off
|
||||
|
||||
BLUETOOTH: list[dict[str, str | int]] = [
|
||||
BLUETOOTH: list[dict[str, str | int | list[int]]] = [
|
||||
{
|
||||
"domain": "homekit_controller",
|
||||
"manufacturer_id": 76,
|
||||
"manufacturer_data_first_byte": 6
|
||||
"manufacturer_data_start": [
|
||||
6
|
||||
]
|
||||
},
|
||||
{
|
||||
"domain": "switchbot",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue