From 2b63d7644af9dd34a32c7ec1e56669af8b9e16b4 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sun, 4 Sep 2022 12:54:40 -0400 Subject: [PATCH] Bump led-ble to 0.6.0 (#77788) * Bump ble-led to 0.6.0 Fixes reading the white channel on same devices Changelog: https://github.com/Bluetooth-Devices/led-ble/compare/v0.5.4...v0.6.0 * Bump flux_led to 0.28.32 Changelog: https://github.com/Danielhiversen/flux_led/compare/0.28.31...0.28.32 Fixes white channel support for some more older protocols * keep them in sync * Update homeassistant/components/led_ble/manifest.json --- homeassistant/components/led_ble/manifest.json | 6 ++++-- homeassistant/generated/bluetooth.py | 8 ++++++++ requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) 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