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
This commit is contained in:
J. Nick Koston 2022-09-04 12:54:40 -04:00 committed by GitHub
parent e1150ce190
commit 2b63d7644a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 14 additions and 4 deletions

View file

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

View file

@ -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": [

View file

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

View file

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