From 5b844ea64e91315d192f383428f4b802f4ed1176 Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Sat, 25 Oct 2025 20:04:52 +0200 Subject: [PATCH] chore: fix external definition and new device support issue template render --- .github/ISSUE_TEMPLATE/external_converter.yaml | 1 + .github/ISSUE_TEMPLATE/new_device_support.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/external_converter.yaml b/.github/ISSUE_TEMPLATE/external_converter.yaml index 72a6027c1..cd166b398 100644 --- a/.github/ISSUE_TEMPLATE/external_converter.yaml +++ b/.github/ISSUE_TEMPLATE/external_converter.yaml @@ -36,6 +36,7 @@ body: attributes: label: External converter description: Code of the external converter, to retrieve in the Z2M frontend go to Settings -> Dev Console -> External Converters + render: JavaScript validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/new_device_support.yaml b/.github/ISSUE_TEMPLATE/new_device_support.yaml index c90eec734..f2a6b267a 100644 --- a/.github/ISSUE_TEMPLATE/new_device_support.yaml +++ b/.github/ISSUE_TEMPLATE/new_device_support.yaml @@ -40,7 +40,7 @@ body: attributes: label: External definition description: See [Creating the external definition](https://www.zigbee2mqtt.io/advanced/support-new-devices/01_support_new_devices.html#_2-creating-the-external-definition) - render: shell + render: JavaScript validations: required: true - type: textarea