diff --git a/homeassistant/components/led_ble/manifest.json b/homeassistant/components/led_ble/manifest.json index 376fadcb3be..a0f5e3481d5 100644 --- a/homeassistant/components/led_ble/manifest.json +++ b/homeassistant/components/led_ble/manifest.json @@ -3,7 +3,7 @@ "name": "LED BLE", "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/ble_ble", - "requirements": ["led-ble==0.5.4"], + "requirements": ["led-ble==0.6.0"], "dependencies": ["bluetooth"], "codeowners": ["@bdraco"], "bluetooth": [ @@ -11,7 +11,9 @@ { "local_name": "BLE-LED*" }, { "local_name": "LEDBLE*" }, { "local_name": "Triones*" }, - { "local_name": "LEDBlue*" } + { "local_name": "LEDBlue*" }, + { "local_name": "Dream~*" }, + { "local_name": "QHM-*" } ], "iot_class": "local_polling" } diff --git a/homeassistant/generated/bluetooth.py b/homeassistant/generated/bluetooth.py index c217cf790b8..83bfd3ab5eb 100644 --- a/homeassistant/generated/bluetooth.py +++ b/homeassistant/generated/bluetooth.py @@ -156,6 +156,14 @@ BLUETOOTH: list[dict[str, bool | str | int | list[int]]] = [ "domain": "led_ble", "local_name": "LEDBlue*" }, + { + "domain": "led_ble", + "local_name": "Dream~*" + }, + { + "domain": "led_ble", + "local_name": "QHM-*" + }, { "domain": "melnor", "manufacturer_data_start": [ diff --git a/requirements_all.txt b/requirements_all.txt index f4055652d3a..0a10f451e5c 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -968,7 +968,7 @@ lakeside==0.12 laundrify_aio==1.1.2 # homeassistant.components.led_ble -led-ble==0.5.4 +led-ble==0.6.0 # homeassistant.components.foscam libpyfoscam==1.0 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 291afe44e22..0db5d027900 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -706,7 +706,7 @@ lacrosse-view==0.0.9 laundrify_aio==1.1.2 # homeassistant.components.led_ble -led-ble==0.5.4 +led-ble==0.6.0 # homeassistant.components.foscam libpyfoscam==1.0