Skip to content

Commit

Permalink
Add support for "Lumin Smart Light" LD-0003 (#133328)
Browse files Browse the repository at this point in the history
  • Loading branch information
rpavlik authored Jan 4, 2025
1 parent f68c165 commit a2c2d37
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/components/led_ble/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
DOMAIN = "led_ble"

DEVICE_TIMEOUT = 30
LOCAL_NAMES = {"LEDnet", "BLE-LED", "LEDBLE", "Triones", "LEDBlue"}
LOCAL_NAMES = {"LEDnet", "BLE-LED", "LEDBLE", "Triones", "LEDBlue", "LD-0003"}

UNSUPPORTED_SUB_MODEL = "LEDnetWF"

Expand Down
3 changes: 3 additions & 0 deletions homeassistant/components/led_ble/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
},
{
"local_name": "MELK-*"
},
{
"local_name": "LD-0003"
}
],
"codeowners": ["@bdraco"],
Expand Down
4 changes: 4 additions & 0 deletions homeassistant/generated/bluetooth.py
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,10 @@
"domain": "led_ble",
"local_name": "MELK-*",
},
{
"domain": "led_ble",
"local_name": "LD-0003",
},
{
"domain": "medcom_ble",
"service_uuid": "39b31fec-b63a-4ef7-b163-a7317872007f",
Expand Down

0 comments on commit a2c2d37

Please sign in to comment.