-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of github.com:jdejaegh/irm-kmi-ha
- Loading branch information
Showing
2 changed files
with
68 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,45 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- Thanks for trying out the integration and filling a bug report ! | ||
To help with troubleshooting, please include DEBUG logs or at least a screenshot of the official IRM KMI app with the same location at the same time. | ||
Here is how to enable the logs: go to Settings > Devices & services > IRM KMI integration > Enable debug logging. | ||
Then, reload the integration: on the same page, under the "Service" panel, click the three dots and "Reload". | ||
Do you thing to trigger the bug. | ||
Get the debug logs: go to Settings > Devices & services > IRM KMI integration > Disable debug logging. | ||
Download the file and attach it here. | ||
--> | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**Checklist** | ||
- [ ] I included debug logs or at least a screenshot of the IRM KMI official app | ||
- [ ] If I use a custom card, I checked if the stock Lovelace weather card is working | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior: | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
**Version** | ||
- Home Assistant: [e.g. 2024.1.3] | ||
- IRM KMI integration [e.g. 0.2.0] | ||
|
||
**Additional context** | ||
Add any other context about the problem here. If you use a custom card or component alongside the integration, mention it and include the link to the repository. |
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- Thanks for trying the integration and sharing new ideas ! | ||
Please note that not all feature can be implemented, some limitations come from the data available via the API. --> | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. | ||
|
||
**Describe alternatives you've considered** | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
**Additional context** | ||
Add any other context or screenshots about the feature request here. |