1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-25 05:26:47 +00:00

Bump inkbird-ble to 0.8.0 (#140244)

Adds support for the ITH-21-B and ITH-13-B models
This commit is contained in:
J. Nick Koston
2025-03-09 22:15:41 -10:00
committed by GitHub
parent 40292a154d
commit 0abe7514b9
4 changed files with 21 additions and 3 deletions

View File

@@ -356,6 +356,16 @@ BLUETOOTH: Final[list[dict[str, bool | str | int | list[int]]]] = [
"domain": "inkbird",
"local_name": "tps",
},
{
"connectable": False,
"domain": "inkbird",
"local_name": "ITH-13-B",
},
{
"connectable": False,
"domain": "inkbird",
"local_name": "ITH-21-B",
},
{
"connectable": True,
"domain": "iron_os",