Skip to content

Commit

Permalink
Update Device_support_request.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
asgothian authored Nov 17, 2024
1 parent 11f5a6f commit aed2bc1
Showing 1 changed file with 16 additions and 7 deletions.
23 changes: 16 additions & 7 deletions .github/ISSUE_TEMPLATE/Device_support_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -39,20 +40,28 @@ 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:
label: Coordinator
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

0 comments on commit aed2bc1

Please sign in to comment.