Merge branch 'main' of github.com:jdejaegh/irm-kmi-ha

This commit is contained in:
Jules 2024-01-21 15:24:21 +01:00
commit e68d4744fb
Signed by: jdejaegh
GPG key ID: 99D6D184CA66933A
2 changed files with 68 additions and 0 deletions

45
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View file

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

View file

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