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
...