Skip to content

Commit 06bb692

Browse files
authored
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: Bluetooth-Devices/inkbird-ble@v0.16.0...v0.16.1
1 parent 71599b8 commit 06bb692

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

homeassistant/components/inkbird/manifest.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@
3434
"local_name": "ITH-21-B",
3535
"connectable": false
3636
},
37+
{
38+
"local_name": "IBS-P02B",
39+
"connectable": false
40+
},
3741
{
3842
"local_name": "Ink@IAM-T1",
3943
"connectable": true
@@ -49,5 +53,5 @@
4953
"dependencies": ["bluetooth_adapters"],
5054
"documentation": "https://www.home-assistant.io/integrations/inkbird",
5155
"iot_class": "local_push",
52-
"requirements": ["inkbird-ble==0.15.0"]
56+
"requirements": ["inkbird-ble==0.16.1"]
5357
}

homeassistant/generated/bluetooth.py

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements_all.txt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements_test_all.txt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)