From b0bcb2c3ecf5eb8da54de4c353985ef433131ec8 Mon Sep 17 00:00:00 2001 From: patman15 <14628713+patman15@users.noreply.github.com> Date: Sun, 15 Dec 2024 16:20:54 +0100 Subject: [PATCH] Update feature_request.yml --- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index a7f2480..ca7752f 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -29,7 +29,7 @@ body: - type: textarea attributes: label: "Additional context" - description: "Add any other context (documentation) or screenshots about the feature request here. For new BMS types, please provide the output of `bluetoothctl info ` and the [service explorer script](https://github.com/hbldh/bleak/blob/develop/examples/service_explorer.py)." + description: "Add any other context (documentation) or screenshots about the feature request here. For new BMS types, please provide the output of `bluetoothctl info ` and the [service explorer script](https://github.com/hbldh/bleak/blob/develop/examples/service_explorer.py). To speed up the integration please see if you are able to [capture the Bluetooth traffic](https://www.caichinger.com/blog/2020/11/08/capture_bluetooth_traffic_from_android/) while using the vendor app with the battery." placeholder: "For new BMS, please provide any links to documentation, the BT protocol, link to an Android app, other open source implementations, or the like." validations: required: false