mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Add Bluetooth discovery support for InkBird ITH-11-B (#140423)
Add support for InkBird ITH-11-B
This commit is contained in:
parent
2f44e30013
commit
e858e21a40
@ -22,6 +22,10 @@
|
||||
"local_name": "tps",
|
||||
"connectable": false
|
||||
},
|
||||
{
|
||||
"local_name": "ITH-11-B",
|
||||
"connectable": false
|
||||
},
|
||||
{
|
||||
"local_name": "ITH-13-B",
|
||||
"connectable": false
|
||||
|
5
homeassistant/generated/bluetooth.py
generated
5
homeassistant/generated/bluetooth.py
generated
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user