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:
parent
e1150ce190
commit
2b63d7644a
4 changed files with 14 additions and 4 deletions
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -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": [
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue