From e531317fa66ccffafd38246e2c8fdd834e316104 Mon Sep 17 00:00:00 2001 From: Stephen Jones Date: Sat, 23 Mar 2024 22:03:53 +0000 Subject: [PATCH] chore: Add Fleet API warning (#926) * Update issue_car.yml Try and reduce API readonly issues being raised with non-fleet api * style: auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Alan Tse --- .github/ISSUE_TEMPLATE/issue_car.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/issue_car.yml b/.github/ISSUE_TEMPLATE/issue_car.yml index cd0f49e2..d20ba2eb 100644 --- a/.github/ISSUE_TEMPLATE/issue_car.yml +++ b/.github/ISSUE_TEMPLATE/issue_car.yml @@ -1,6 +1,6 @@ name: Telsa Car Issue description: Create a report to help us improve -title: "Car Issue: " +title: "Car: " labels: ["triage", "car"] body: - type: checkboxes @@ -10,6 +10,14 @@ body: options: - label: I have searched both the existing open issues & recently closed issues and did not find a duplicate of this issue. required: true + - type: checkboxes + attributes: + label: I have read about the [Fleet API](https://github.com/alandtse/tesla?tab=readme-ov-file#tesla-fleet-api-proxy) and understand I may need to use it + description: Unless you have a Pre-2021 Model S/X the Fleet API will need to be used for all other vehicles in the future. + options: + - label: I understand issues relating to read only commands will be auto closed if not using the Fleet API. + required: true + - type: markdown attributes: value: | @@ -61,7 +69,7 @@ body: description: Enable the debug logs ([In Home Assistant](https://my.home-assistant.io/redirect/integration/?domain=tesla_custom) & click `Enable debug logging`) render: true placeholder: | - Your logs here + Your logs here, please follow the instructions above - https://my.home-assistant.io/redirect/integration/?domain=tesla_custom. validations: required: true