Lint
This commit is contained in:
6
.github/ISSUE_TEMPLATE/bug.yml
vendored
6
.github/ISSUE_TEMPLATE/bug.yml
vendored
@@ -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
|
||||
...
|
||||
|
||||
4
.github/ISSUE_TEMPLATE/config.yml
vendored
4
.github/ISSUE_TEMPLATE/config.yml
vendored
@@ -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.
|
||||
...
|
||||
|
||||
2
.github/ISSUE_TEMPLATE/enhancement.yml
vendored
2
.github/ISSUE_TEMPLATE/enhancement.yml
vendored
@@ -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."
|
||||
...
|
||||
|
||||
2
.github/ISSUE_TEMPLATE/question.yml
vendored
2
.github/ISSUE_TEMPLATE/question.yml
vendored
@@ -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."
|
||||
...
|
||||
|
||||
Reference in New Issue
Block a user