mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 06:07:17 +00:00
Bump inkbird-ble to 0.16.1 (#144074)
I made a mistake in one of the data lengths as I forgot to add the length of the id which is 2 bytes. I really wish vendors would stop putting raw data in this field. changelog: https://github.com/Bluetooth-Devices/inkbird-ble/compare/v0.16.0...v0.16.1
This commit is contained in:
parent
71599b8e75
commit
06bb692522
@ -34,6 +34,10 @@
|
|||||||
"local_name": "ITH-21-B",
|
"local_name": "ITH-21-B",
|
||||||
"connectable": false
|
"connectable": false
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"local_name": "IBS-P02B",
|
||||||
|
"connectable": false
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"local_name": "Ink@IAM-T1",
|
"local_name": "Ink@IAM-T1",
|
||||||
"connectable": true
|
"connectable": true
|
||||||
@ -49,5 +53,5 @@
|
|||||||
"dependencies": ["bluetooth_adapters"],
|
"dependencies": ["bluetooth_adapters"],
|
||||||
"documentation": "https://www.home-assistant.io/integrations/inkbird",
|
"documentation": "https://www.home-assistant.io/integrations/inkbird",
|
||||||
"iot_class": "local_push",
|
"iot_class": "local_push",
|
||||||
"requirements": ["inkbird-ble==0.15.0"]
|
"requirements": ["inkbird-ble==0.16.1"]
|
||||||
}
|
}
|
||||||
|
5
homeassistant/generated/bluetooth.py
generated
5
homeassistant/generated/bluetooth.py
generated
@ -376,6 +376,11 @@ BLUETOOTH: Final[list[dict[str, bool | str | int | list[int]]]] = [
|
|||||||
"domain": "inkbird",
|
"domain": "inkbird",
|
||||||
"local_name": "ITH-21-B",
|
"local_name": "ITH-21-B",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"connectable": False,
|
||||||
|
"domain": "inkbird",
|
||||||
|
"local_name": "IBS-P02B",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"connectable": True,
|
"connectable": True,
|
||||||
"domain": "inkbird",
|
"domain": "inkbird",
|
||||||
|
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@ -1239,7 +1239,7 @@ influxdb-client==1.24.0
|
|||||||
influxdb==5.3.1
|
influxdb==5.3.1
|
||||||
|
|
||||||
# homeassistant.components.inkbird
|
# homeassistant.components.inkbird
|
||||||
inkbird-ble==0.15.0
|
inkbird-ble==0.16.1
|
||||||
|
|
||||||
# homeassistant.components.insteon
|
# homeassistant.components.insteon
|
||||||
insteon-frontend-home-assistant==0.5.0
|
insteon-frontend-home-assistant==0.5.0
|
||||||
|
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@ -1054,7 +1054,7 @@ influxdb-client==1.24.0
|
|||||||
influxdb==5.3.1
|
influxdb==5.3.1
|
||||||
|
|
||||||
# homeassistant.components.inkbird
|
# homeassistant.components.inkbird
|
||||||
inkbird-ble==0.15.0
|
inkbird-ble==0.16.1
|
||||||
|
|
||||||
# homeassistant.components.insteon
|
# homeassistant.components.insteon
|
||||||
insteon-frontend-home-assistant==0.5.0
|
insteon-frontend-home-assistant==0.5.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user