From d488563f2a037abd70f70a5647d90fdef5e53796 Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Sun, 26 Dec 2021 11:18:10 +0100 Subject: [PATCH] Update new device support template --- .github/ISSUE_TEMPLATE/new_device_support.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/new_device_support.yaml b/.github/ISSUE_TEMPLATE/new_device_support.yaml index 63ef42544..836fa4517 100644 --- a/.github/ISSUE_TEMPLATE/new_device_support.yaml +++ b/.github/ISSUE_TEMPLATE/new_device_support.yaml @@ -37,7 +37,7 @@ body: attributes: value: | # Lights - In case this device is a light, fill in the fields below + In case this device is a light, fill in the fields below: - type: input attributes: label: Supported color modes @@ -46,4 +46,4 @@ body: attributes: label: Color temperature range 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 + placeholder: '{"colorTempPhysicalMin":153,"colorTempPhysicalMax":454}'. This currently requires the latest [dev branch](https://www.zigbee2mqtt.io/advanced/more/switch-to-dev-branch.html). \ No newline at end of file