From ffdd353e16e6e6170942070c2112cffbe6afea9b Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Sat, 12 Jul 2025 13:36:24 +0200 Subject: [PATCH] chore: Add device database.db entry to problem report template --- .github/ISSUE_TEMPLATE/problem_report.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/problem_report.yaml b/.github/ISSUE_TEMPLATE/problem_report.yaml index 788cdea52..ffa53ea6f 100644 --- a/.github/ISSUE_TEMPLATE/problem_report.yaml +++ b/.github/ISSUE_TEMPLATE/problem_report.yaml @@ -69,6 +69,12 @@ body: placeholder: Add-on on Home Assistant OS on Intel NUC, Plain on Docker container, ... validations: required: true + - type: input + id: device + attributes: + label: Device `database.db` entry + description: If the problem is related to a specific device, paste the `database.db` entry here + placeholder: '{"id":117,"type":"EndDevice","ieeeAddr":"0x00158d0001d8e1d2","nwkAddr":25887 ...' - type: textarea id: log attributes: