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

@@ -42,10 +42,19 @@
"local_name": "Ink@IAM-T1",
"connectable": true
},
{
"local_name": "Ink@IAM-T2",
"connectable": true
},
{
"manufacturer_id": 12628,
"manufacturer_data_start": [65, 67, 45],
"connectable": true
},
{
"manufacturer_id": 12884,
"manufacturer_data_start": [0, 98, 0],
"connectable": false
}
],
"codeowners": ["@bdraco"],
@@ -53,5 +62,5 @@
"dependencies": ["bluetooth_adapters"],
"documentation": "https://www.home-assistant.io/integrations/inkbird",
"iot_class": "local_push",
"requirements": ["inkbird-ble==0.16.2"]
"requirements": ["inkbird-ble==1.1.0"]
}

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

2
requirements_all.txt generated
View File

@@ -1252,7 +1252,7 @@ influxdb-client==1.48.0
influxdb==5.3.1
# homeassistant.components.inkbird
inkbird-ble==0.16.2
inkbird-ble==1.1.0
# homeassistant.components.insteon
insteon-frontend-home-assistant==0.5.0

View File

@@ -1086,7 +1086,7 @@ influxdb-client==1.48.0
influxdb==5.3.1
# homeassistant.components.inkbird
inkbird-ble==0.16.2
inkbird-ble==1.1.0
# homeassistant.components.insteon
insteon-frontend-home-assistant==0.5.0