From a2c2d37eb140dc740cbd8b6d45ae529ecb6e3af1 Mon Sep 17 00:00:00 2001 From: Rylie Pavlik Date: Sat, 4 Jan 2025 17:53:16 -0600 Subject: [PATCH] Add support for "Lumin Smart Light" LD-0003 (#133328) --- homeassistant/components/led_ble/const.py | 2 +- homeassistant/components/led_ble/manifest.json | 3 +++ homeassistant/generated/bluetooth.py | 4 ++++ 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/led_ble/const.py b/homeassistant/components/led_ble/const.py index 64c28d1ada5..bf4dadd441c 100644 --- a/homeassistant/components/led_ble/const.py +++ b/homeassistant/components/led_ble/const.py @@ -5,7 +5,7 @@ from typing import Final 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" diff --git a/homeassistant/components/led_ble/manifest.json b/homeassistant/components/led_ble/manifest.json index 4aaaebc0006..5aefad4d429 100644 --- a/homeassistant/components/led_ble/manifest.json +++ b/homeassistant/components/led_ble/manifest.json @@ -28,6 +28,9 @@ }, { "local_name": "MELK-*" + }, + { + "local_name": "LD-0003" } ], "codeowners": ["@bdraco"], diff --git a/homeassistant/generated/bluetooth.py b/homeassistant/generated/bluetooth.py index a105efc2685..e592d14405b 100644 --- a/homeassistant/generated/bluetooth.py +++ b/homeassistant/generated/bluetooth.py @@ -433,6 +433,10 @@ BLUETOOTH: Final[list[dict[str, bool | str | int | list[int]]]] = [ "domain": "led_ble", "local_name": "MELK-*", }, + { + "domain": "led_ble", + "local_name": "LD-0003", + }, { "domain": "medcom_ble", "service_uuid": "39b31fec-b63a-4ef7-b163-a7317872007f",