Skip to content

Commit

Permalink
Merge branch 'Post-v4.2.5-fixes' of https://github.com/BJReplay/ha-so…
Browse files Browse the repository at this point in the history
…lcast-solar into Post-v4.2.5-fixes
  • Loading branch information
autoSteve committed Nov 9, 2024
2 parents f652817 + 594a2ff commit 062058c
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 20 deletions.
49 changes: 30 additions & 19 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,33 +7,40 @@ assignees: ''

---

**Describe the bug**
## Describe the bug

A clear and concise description of what the bug is.

**To Reproduce**
## To Reproduce

Steps to reproduce the behavior:

1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
## Expected behavior

A clear and concise description of what you expected to happen.

**Screenshots**
## Screenshots

If applicable, add screenshots to help explain your problem.

**Logs**
## Logs

I confirm:
- [ ] I have attached **debug** logs

- [ ] I have attached **debug** logs
- [ ] I have embedded **debug** logs in the issue description (enclosed in tick marks ``` for proper formatting)
- [ ] Confirmed **debug** logs are not required for this issue

Make sure you include logs from HA listing the output from the Solcast integration showing the error - this is particularly useful in debugging issues and helping to determine whether the issue is with the integration or the Solcast service

To add detailed debug information, add the following to your configuration.yaml and restart HA:
```

``` yaml
logger:
default: warn
logs:
Expand All @@ -44,19 +51,23 @@ To inspect and collect debug logs examine `/config/home-assistant.log` using Fil

If you are using docker, it sometimes can be easier to gather logs using `docker compose logs -n 500 -f homeassistant` or similar

**Solcast Integration Version**
- Integration Version [e.g. 4.0.29]
## Solcast Integration Version

- Integration Version [e.g. 4.0.29]

## Desktop (please complete the following information)

- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

## Smartphone (please complete the following information)

**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]

**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
## Additional context

**Additional context**
Add any other context about the problem here.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ body:
attributes:
label: Logs debug/info/error output
description: Debug info, error message, or stack traces.
render: txt
render: Text
- type: textarea
attributes:
label: Additional information
Expand Down

0 comments on commit 062058c

Please sign in to comment.