mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2025-12-20 06:27:01 +01:00
add issue template for wfc
This commit is contained in:
57
.github/ISSUE_TEMPLATE/waitingforcontent.md
vendored
Normal file
57
.github/ISSUE_TEMPLATE/waitingforcontent.md
vendored
Normal file
@@ -0,0 +1,57 @@
|
|||||||
|
---
|
||||||
|
name: Help - Waiting for Content
|
||||||
|
about: "[Help] Waiting for Content"
|
||||||
|
title: "[Help] "
|
||||||
|
labels: question
|
||||||
|
assignees: ''
|
||||||
|
---
|
||||||
|
|
||||||
|
<!-- Thanks for reporting a problem for this project. READ THIS FIRST:
|
||||||
|
|
||||||
|
This issue template is meant to REPORT BUGS/PROBLEMS ONLY
|
||||||
|
|
||||||
|
Please take a few minutes to complete the requested information below.
|
||||||
|
The ability to provide assistance is greatly hampered without it.
|
||||||
|
|
||||||
|
PLEASE RESTART APPDAEMON BEFORE SUBMITTING AN ISSUE
|
||||||
|
To reload all modules after an Update it is reqired to restart the AppDaemon Container, as noted in every Release Notes.
|
||||||
|
|
||||||
|
DO NOT DELETE ANY TEXT from this template! Otherwise the issue will be auto-closed.
|
||||||
|
-->
|
||||||
|
|
||||||
|
|
||||||
|
### PROBLEM DESCRIPTION
|
||||||
|
_A clear and concise description of what the problem is._
|
||||||
|
|
||||||
|
I'm seeing the waiting for content message on the Panel and I'm unable to find the configuration issue.
|
||||||
|
|
||||||
|
[] I've double checked each step explained in the FAQ:
|
||||||
|
|
||||||
|
https://docs.nspanel.pky.eu/faq/#waiting-for-content-this-is-taking-longer-than-usual-on-the-screen
|
||||||
|
|
||||||
|
### REQUESTED INFORMATION
|
||||||
|
_Make sure your have performed every step and checked the applicable boxes before submitting your issue. Thank you!_
|
||||||
|
|
||||||
|
- [ ] Provide a screenshot of your tasmota mqtt configuration:
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
- [ ] Provide your appdaemon.yaml:
|
||||||
|
```
|
||||||
|
appdaemon.yaml here:
|
||||||
|
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
- [ ] Provide your apps.yaml:
|
||||||
|
```
|
||||||
|
apps.yaml here:
|
||||||
|
|
||||||
|
|
||||||
|
```
|
||||||
|
- [ ] Go to Settings>Add-ons>AppDaemon>Log and then, provide the output of the log after restarting the appdaemon container:
|
||||||
|
```
|
||||||
|
Log output here:
|
||||||
|
|
||||||
|
|
||||||
|
```
|
||||||
6
.github/issue-close-app.yml
vendored
6
.github/issue-close-app.yml
vendored
@@ -31,6 +31,12 @@ issueConfigs:
|
|||||||
# template 2: feature request
|
# template 2: feature request
|
||||||
- "FEATURE DESCRIPTION"
|
- "FEATURE DESCRIPTION"
|
||||||
- "PANEL / FIRMWARE VERION"
|
- "PANEL / FIRMWARE VERION"
|
||||||
|
- content:
|
||||||
|
# template 3: fwaiting for content
|
||||||
|
- "Provide a screenshot of your tasmota mqtt configuration"
|
||||||
|
- "Provide your appdaemon.yaml"
|
||||||
|
- "Provide your apps.yaml"
|
||||||
|
- "put of the log after restarting the appdaemon container"
|
||||||
|
|
||||||
# Optional configuration:
|
# Optional configuration:
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user