mirror of
https://github.com/home-assistant/core.git
synced 2025-07-07 13:27:09 +00:00
Add Tuya based bluetooth lights (#119103)
This commit is contained in:
parent
5fdfafd57f
commit
f07e7ec543
@ -25,6 +25,9 @@
|
||||
},
|
||||
{
|
||||
"local_name": "AP-*"
|
||||
},
|
||||
{
|
||||
"local_name": "MELK-*"
|
||||
}
|
||||
],
|
||||
"codeowners": ["@bdraco"],
|
||||
|
@ -348,6 +348,10 @@ BLUETOOTH: Final[list[dict[str, bool | str | int | list[int]]]] = [
|
||||
"domain": "led_ble",
|
||||
"local_name": "AP-*",
|
||||
},
|
||||
{
|
||||
"domain": "led_ble",
|
||||
"local_name": "MELK-*",
|
||||
},
|
||||
{
|
||||
"domain": "medcom_ble",
|
||||
"service_uuid": "39b31fec-b63a-4ef7-b163-a7317872007f",
|
||||
|
Loading…
x
Reference in New Issue
Block a user