-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
65 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,70 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
about: Create a report to help us improve component | ||
title: '' | ||
labels: 'bug' | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- Before you open a new issue, search through the existing issues to see if others have had the same problem. | ||
<!-- Please READ THIS FIRST | ||
Issues not containing the minimum requirements will be closed: | ||
Before opening a new issue, please check if a similar one is already open | ||
- Issues without a description (using the header is not good enough) will be closed. | ||
- Issues without debug logging will be closed. | ||
- Issues without configuration will be closed | ||
DO NOT DELETE ANY TEXT from this template! Otherwise, your issue may be closed without comment. | ||
Please check if the bug is already reported and add more information there instead of creating a new report. | ||
--> | ||
|
||
**Versions** | ||
**Environment** | ||
<!-- | ||
If you are not using the newest release, download and try that before opening an issue. | ||
If you are unsure about the release check the manifest.json file of this component. | ||
--> | ||
|
||
- Home Assistant Core release with the issue: | ||
- This custom component release with the issue: | ||
- Last working this custom component release (if known): | ||
- Operating environment (Home Assistant/Supervisor/Docker/venv): | ||
|
||
**Describe the bug** | ||
<!-- | ||
If you are not using the newest version, download and try that before opening an issue. | ||
If you are unsure about the version check the manifest.json file of this component. | ||
Make a brief description of the problem you are experiencing | ||
--> | ||
|
||
* Version of the Home Assistant: | ||
* Version of the custom component: | ||
|
||
**Configuration** | ||
**Configuration.yaml** | ||
```yaml | ||
|
||
Add your configs here. | ||
Add your configs here if any. | ||
|
||
``` | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
**Steps to Reproduce** | ||
<!-- | ||
Please list the steps needed to reproduce the issue | ||
--> | ||
|
||
|
||
**Expected behavior** | ||
<!-- | ||
Insert a brief description of the expected behavior is | ||
--> | ||
|
||
|
||
**Debug log** | ||
<!-- To enable debug logs check "Troubleshooting" section of README of this component or this https://www.home-assistant.io/components/logger/ --> | ||
<!-- | ||
To enable debug logs check "Troubleshooting" section of README of this component | ||
or this https://www.home-assistant.io/components/logger/ | ||
--> | ||
```text | ||
Add your logs here. | ||
``` | ||
|
||
**Additional context** | ||
<!-- | ||
Add any other context about the problem here. | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters