mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Bump led-ble to 0.7.0 (#77845)
This commit is contained in:
parent
a641bbc352
commit
33dd8a4a45
@ -3,7 +3,7 @@
|
|||||||
"name": "LED BLE",
|
"name": "LED BLE",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/ble_ble",
|
"documentation": "https://www.home-assistant.io/integrations/ble_ble",
|
||||||
"requirements": ["led-ble==0.6.0"],
|
"requirements": ["led-ble==0.7.0"],
|
||||||
"dependencies": ["bluetooth"],
|
"dependencies": ["bluetooth"],
|
||||||
"codeowners": ["@bdraco"],
|
"codeowners": ["@bdraco"],
|
||||||
"bluetooth": [
|
"bluetooth": [
|
||||||
@ -13,7 +13,8 @@
|
|||||||
{ "local_name": "Triones*" },
|
{ "local_name": "Triones*" },
|
||||||
{ "local_name": "LEDBlue*" },
|
{ "local_name": "LEDBlue*" },
|
||||||
{ "local_name": "Dream~*" },
|
{ "local_name": "Dream~*" },
|
||||||
{ "local_name": "QHM-*" }
|
{ "local_name": "QHM-*" },
|
||||||
|
{ "local_name": "AP-*" }
|
||||||
],
|
],
|
||||||
"iot_class": "local_polling"
|
"iot_class": "local_polling"
|
||||||
}
|
}
|
||||||
|
@ -164,6 +164,10 @@ BLUETOOTH: list[dict[str, bool | str | int | list[int]]] = [
|
|||||||
"domain": "led_ble",
|
"domain": "led_ble",
|
||||||
"local_name": "QHM-*"
|
"local_name": "QHM-*"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"domain": "led_ble",
|
||||||
|
"local_name": "AP-*"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"domain": "melnor",
|
"domain": "melnor",
|
||||||
"manufacturer_data_start": [
|
"manufacturer_data_start": [
|
||||||
|
@ -968,7 +968,7 @@ lakeside==0.12
|
|||||||
laundrify_aio==1.1.2
|
laundrify_aio==1.1.2
|
||||||
|
|
||||||
# homeassistant.components.led_ble
|
# homeassistant.components.led_ble
|
||||||
led-ble==0.6.0
|
led-ble==0.7.0
|
||||||
|
|
||||||
# homeassistant.components.foscam
|
# homeassistant.components.foscam
|
||||||
libpyfoscam==1.0
|
libpyfoscam==1.0
|
||||||
|
@ -706,7 +706,7 @@ lacrosse-view==0.0.9
|
|||||||
laundrify_aio==1.1.2
|
laundrify_aio==1.1.2
|
||||||
|
|
||||||
# homeassistant.components.led_ble
|
# homeassistant.components.led_ble
|
||||||
led-ble==0.6.0
|
led-ble==0.7.0
|
||||||
|
|
||||||
# homeassistant.components.foscam
|
# homeassistant.components.foscam
|
||||||
libpyfoscam==1.0
|
libpyfoscam==1.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user