From 36d7b4b0223f5de151cb3886d3ef63823d459b8f Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Sun, 26 Dec 2021 11:15:11 +0100 Subject: [PATCH] Update new device support template --- .github/ISSUE_TEMPLATE/new_device_support.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/new_device_support.yaml b/.github/ISSUE_TEMPLATE/new_device_support.yaml index 352e749f7..17b7538ac 100644 --- a/.github/ISSUE_TEMPLATE/new_device_support.yaml +++ b/.github/ISSUE_TEMPLATE/new_device_support.yaml @@ -33,3 +33,16 @@ body: placeholder: I tried to follow the supporting new device page but got stuck at... validations: required: true + - type: markdown + attributes: + value: | + # Lights + In case this device is a light, fill in the fields below + - type: input + attributes: + description: Supported color modes + placeholder: color temperature, color (rgb) + - type: input + attributes: + description: In case this light supports color temperature, provide the color temperature range. [How to do this](https://www.zigbee2mqtt.io/advanced/support-new-devices/01_support_new_devices.html#_3-1-retrieving-color-temperature-range-only-required-for-lights-which-support-color-temperature) + placeholder: {"colorTempPhysicalMin":153,"colorTempPhysicalMax":454} \ No newline at end of file