diff --git a/.github/DISCUSSION_TEMPLATE/hardware-acceleration-support.yml b/.github/DISCUSSION_TEMPLATE/hardware-acceleration-support.yml index 1b7094fd7..43fb3503b 100644 --- a/.github/DISCUSSION_TEMPLATE/hardware-acceleration-support.yml +++ b/.github/DISCUSSION_TEMPLATE/hardware-acceleration-support.yml @@ -24,12 +24,6 @@ body: description: Visible on the System page in the Web UI. Please include the full version including the build identifier (eg. 0.14.0-ea36ds1) validations: required: true - - type: input - attributes: - label: In which browser(s) are you experiencing the issue with? - placeholder: Google Chrome 88.0.4324.150 - description: > - Provide the full name and don't forget to add the version! - type: textarea id: config attributes: @@ -70,20 +64,6 @@ body: render: shell validations: required: true - - type: dropdown - id: os - attributes: - label: Operating system - options: - - HassOS - - Debian - - Other Linux - - Proxmox - - UNRAID - - Windows - - Other - validations: - required: true - type: dropdown id: install-method attributes: @@ -92,6 +72,22 @@ body: - HassOS Addon - Docker Compose - Docker CLI + - Proxmox via Docker + - Proxmox via TTeck Script + - Windows WSL2 + validations: + required: true + - type: dropdown + id: object-detector + attributes: + label: Object Detector + options: + - Coral + - OpenVino + - TensorRT + - RKNN + - Other + - CPU (no coral) validations: required: true - type: dropdown