Skip to content

Commit

Permalink
Merge pull request #1528 from folfy/templates
Browse files Browse the repository at this point in the history
Expanded bug-report issue template
  • Loading branch information
KartoffelToby authored Jan 3, 2025
2 parents 509397c + 535820f commit b3bd13c
Showing 1 changed file with 47 additions and 13 deletions.
60 changes: 47 additions & 13 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,10 @@ labels: new bug
assignees: kartoffeltoby
---

### Prerequisites

* [ ] Model name of your Devices
* [ ] Output from Home Assistant Developer Tools state e.g.
* [ ] Output from Home Assistant Device Diagnostic from BT

```json
{
YOUR DEVICE DIAGNOSTICS JSON OUTPUT HERE
}
```
<!--
Please take care to fill the data as complete as possible.
The more information you provide, the higher the chances are that we can reporoduce and fix the issue for you!
-->

### Description

Expand All @@ -35,9 +28,50 @@ assignees: kartoffeltoby

<!-- What happens -->

### Versions
### Versions and HW

<!-- Provide both, HA (Home Assistant) and BT (Better Thermostat) version -->
Home Assistant:
Better Thermostat:
<!-- Thermostat valve model(s) -->
TRV(s):

### Debug data

**diagnostic data**
<!--
IMPORTANT:
Download and paste the diagnostic data from your Better Thermostat Entity(s) below.
https://www.home-assistant.io/docs/configuration/troubleshooting/#download-diagnostics
-->

```json
{
YOUR DEVICE DIAGNOSTICS JSON OUTPUT HERE
}
```

**debug log**
<!--
Depending on how complicated you issue is, it might be necessary to enable debug logging for BT,
reproduce the issue, and then upload this logfile here.
https://www.home-assistant.io/docs/configuration/troubleshooting/#enabling-debug-logging
-->

<!--
Alternatively your Home Assistant system log might be needed - Download here (top right corner):
https://my.home-assistant.io/redirect/logs
-> This might contain sensitive data though, so it's highly adviced *NOT* to share this file publicly.
-->

<!-- Provide both, HA and BT version -->
**graphs**
<!--
For issues in regards to the calibration / control routines, it is very helpful to also
provide statistics graph screenshots from HA for the following entities (from the time you had issues):
- BT climate entity
- TRV climate entities controlled by BT
- (optional) Valve opening states
-->

### Additional Information

Expand Down

0 comments on commit b3bd13c

Please sign in to comment.