diff --git a/.github/ISSUE_TEMPLATE/new_device_support.yaml b/.github/ISSUE_TEMPLATE/new_device_support.yaml index 198fbd1f..4595f305 100644 --- a/.github/ISSUE_TEMPLATE/new_device_support.yaml +++ b/.github/ISSUE_TEMPLATE/new_device_support.yaml @@ -50,5 +50,5 @@ body: - type: input 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). This currently requires the latest [dev branch](https://www.zigbee2mqtt.io/advanced/more/switch-to-dev-branch.html). - placeholder: '{"colorTempPhysicalMin":153,"colorTempPhysicalMax":454}' \ No newline at end of file + 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}'