diff --git a/.github/ISSUE_TEMPLATE/Device_support_request.yaml b/.github/ISSUE_TEMPLATE/Device_support_request.yaml index 8d7f31eb..f1cdb699 100644 --- a/.github/ISSUE_TEMPLATE/Device_support_request.yaml +++ b/.github/ISSUE_TEMPLATE/Device_support_request.yaml @@ -5,9 +5,10 @@ body: - type: markdown attributes: value: | - **IMPORTANT:** Before submitting: - - check whether your [device](https://www.zigbee2mqtt.io/supported-devices/) is listed as supported at zigbee2mqtt.io. - - ensure that both the manufacturer and the model match between your device and the listed device. + **IMPORTANT:** + - check whether your [device](https://www.zigbee2mqtt.io/supported-devices/) is listed as supported at zigbee2mqtt.io. Any device without a link to zigbee2mqtt.io will be assumed not supported - integration of these devices requires physical access to the device, so it is unlikely that any work will be done on it in this project. + - ensure that both the manufacturer and the model match between your device and the listed device. + - lack of testing with the current github version will result in no action taken. Please ensure to test if a device works in the current github version before submitting a report. - type: input id: zigbee_version attributes: @@ -39,6 +40,14 @@ body: placeholder: 'https://www.zigbee2mqtt.io/supported-devices/' validations: required: false + - type: input + id: coordinator_type_a + attributes: + label: Coordinator type selected in adapter setting + description: The selection made for the coordinator-type in the adapters settings. + placeholder: 'TI Z-Stack/CCxxxx' + validations: + required: false - type: input id: coordinator_type attributes: @@ -46,13 +55,13 @@ body: description: Hardware Coordinator placeholder: Electrolama zig-a-zig-ah! (zzh!), Slaeshs CC2652RB stick, SONOFF Zigbee 3.0 USB Dongle Plus ... validations: - required: true + required: false - type: input id: coordinator_fwversion attributes: - label: Coordinator firmware version - description: Can be found on the Device tile for the coordinator in the Admin GUI / Zigbee Tab - placeholder: '20230921' + label: Coordinator firmware version and revision + description: Both firmware version and revision are shown on the Device tile for the coordinator in the Admin GUI / Zigbee Tab + placeholder: 'version 2-1.2.7.1., revision 20191106' validations: required: false