Skip to content
Snippets Groups Projects
Unverified Commit e858e21a authored by J. Nick Koston's avatar J. Nick Koston Committed by GitHub
Browse files

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

Add support for InkBird ITH-11-B
parent 2f44e300
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,10 @@
"local_name": "tps",
"connectable": false
},
{
"local_name": "ITH-11-B",
"connectable": false
},
{
"local_name": "ITH-13-B",
"connectable": false
......
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment