1
0
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:
J. Nick Koston
2025-08-06 20:07:31 -10:00
committed by GitHub
parent 35025c4b59
commit d17f0ef55a
4 changed files with 27 additions and 3 deletions

View File

@@ -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",