mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Change manufacturer_data_first_byte to manufacturer_data_start (#75379)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user