Add Tuya based bluetooth lights (#119103)

This commit is contained in:
rwalker777 2024-06-08 01:59:14 -05:00 committed by GitHub
parent 5fdfafd57f
commit f07e7ec543
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 0 deletions

View file

@ -25,6 +25,9 @@
},
{
"local_name": "AP-*"
},
{
"local_name": "MELK-*"
}
],
"codeowners": ["@bdraco"],

View file

@ -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",