mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Bump inkbird-ble to 1.1.0 to add support for IAM-T2 (#150158)
This commit is contained in:
15
homeassistant/generated/bluetooth.py
generated
15
homeassistant/generated/bluetooth.py
generated
@@ -386,6 +386,11 @@ BLUETOOTH: Final[list[dict[str, bool | str | int | list[int]]]] = [
|
||||
"domain": "inkbird",
|
||||
"local_name": "Ink@IAM-T1",
|
||||
},
|
||||
{
|
||||
"connectable": True,
|
||||
"domain": "inkbird",
|
||||
"local_name": "Ink@IAM-T2",
|
||||
},
|
||||
{
|
||||
"connectable": True,
|
||||
"domain": "inkbird",
|
||||
@@ -396,6 +401,16 @@ BLUETOOTH: Final[list[dict[str, bool | str | int | list[int]]]] = [
|
||||
],
|
||||
"manufacturer_id": 12628,
|
||||
},
|
||||
{
|
||||
"connectable": False,
|
||||
"domain": "inkbird",
|
||||
"manufacturer_data_start": [
|
||||
0,
|
||||
98,
|
||||
0,
|
||||
],
|
||||
"manufacturer_id": 12884,
|
||||
},
|
||||
{
|
||||
"connectable": True,
|
||||
"domain": "iron_os",
|
||||
|
||||
Reference in New Issue
Block a user