This commit is contained in:
Edward Firmo
2024-01-11 17:08:05 +01:00
parent e06cd0d464
commit 1c76d8eb7b
6 changed files with 30 additions and 28 deletions

View File

@@ -1,3 +1,4 @@
---
name: Bug Report
description: |
We aim to keep everything running smoothly.
@@ -84,12 +85,12 @@ body:
placeholder: |
substitutions:
# Settings - Editable values
device_name: "YOUR_NSPANEL_NAME"
device_name: "YOUR_NSPANEL_NAME"
wifi_ssid: !secret wifi_ssid
wifi_password: !secret wifi_password
nextion_update_url: "http://homeassistant.local:8123/local/nspanel_us.tft"
# Add-on configuration (if needed)
## Add-on climate
heater_relay: "1" # Possible values: "1" or "2"
@@ -133,3 +134,4 @@ body:
render: logs
validations:
required: false
...

View File

@@ -1,3 +1,4 @@
---
blank_issues_enabled: true
contact_links:
- name: Troubleshooting TFT transfer
@@ -5,4 +6,5 @@ contact_links:
about: Try this guide first if you are having issues to transfer a TFT file.
- name: Getting Started with NSPanel HA Blueprint
url: https://github.com/Blackymas/NSPanel_HA_Blueprint/blob/main/docs/install.md
about: This is the starting poing for installing a new NSPanel HA Blueprint.
about: This is the starting poing for installing a new NSPanel HA Blueprint.
...

View File

@@ -1,3 +1,4 @@
---
name: Enhancement Request
description: Suggest an idea for this project
title: "`ENHANCEMENT` "
@@ -28,3 +29,4 @@ body:
label: Additional Context
description: "Provide any additional context or screenshots that might help us understand the enhancement better."
placeholder: "Add any other context or screenshots about the enhancement request here."
...

View File

@@ -1,3 +1,4 @@
---
name: Question
description: Ask a question about this project
title: "`QUESTION` "
@@ -20,3 +21,4 @@ body:
label: Additional Details
description: Provide any additional details or context for your question.
placeholder: "Add any more details about your question here."
...