Add Bluetooth discovery support for InkBird ITH-11-B (#140423)

Add support for InkBird ITH-11-B
This commit is contained in:
J. Nick Koston 2025-03-11 12:57:16 -10:00 committed by GitHub
parent 2f44e30013
commit e858e21a40
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 0 deletions

View File

@ -22,6 +22,10 @@
"local_name": "tps",
"connectable": false
},
{
"local_name": "ITH-11-B",
"connectable": false
},
{
"local_name": "ITH-13-B",
"connectable": false

View File

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