From 33dd8a4a45ba0536f5c43061d7bfef61640377a1 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 5 Sep 2022 13:05:37 -0500 Subject: [PATCH] Bump led-ble to 0.7.0 (#77845) --- homeassistant/components/led_ble/manifest.json | 5 +++-- homeassistant/generated/bluetooth.py | 4 ++++ requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/homeassistant/components/led_ble/manifest.json b/homeassistant/components/led_ble/manifest.json index a0f5e3481d5..273fbfedc04 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.6.0"], + "requirements": ["led-ble==0.7.0"], "dependencies": ["bluetooth"], "codeowners": ["@bdraco"], "bluetooth": [ @@ -13,7 +13,8 @@ { "local_name": "Triones*" }, { "local_name": "LEDBlue*" }, { "local_name": "Dream~*" }, - { "local_name": "QHM-*" } + { "local_name": "QHM-*" }, + { "local_name": "AP-*" } ], "iot_class": "local_polling" } diff --git a/homeassistant/generated/bluetooth.py b/homeassistant/generated/bluetooth.py index 83bfd3ab5eb..d7230213302 100644 --- a/homeassistant/generated/bluetooth.py +++ b/homeassistant/generated/bluetooth.py @@ -164,6 +164,10 @@ BLUETOOTH: list[dict[str, bool | str | int | list[int]]] = [ "domain": "led_ble", "local_name": "QHM-*" }, + { + "domain": "led_ble", + "local_name": "AP-*" + }, { "domain": "melnor", "manufacturer_data_start": [ diff --git a/requirements_all.txt b/requirements_all.txt index 4cffd96ae4e..a3b0892312d 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.6.0 +led-ble==0.7.0 # homeassistant.components.foscam libpyfoscam==1.0 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 7c094018318..956516430dd 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.6.0 +led-ble==0.7.0 # homeassistant.components.foscam libpyfoscam==1.0