From fe0e6933ec8e8091f74dbc9f29d18ca3e37e001d Mon Sep 17 00:00:00 2001 From: BJReplay <37993507+BJReplay@users.noreply.github.com> Date: Fri, 8 Nov 2024 10:06:10 +1100 Subject: [PATCH 1/3] Fix Dodgy commits last night - Part 1 --- .github/ISSUE_TEMPLATE/bug_report.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 76cc8cf7..f705b51b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -25,11 +25,6 @@ If applicable, add screenshots to help explain your problem. **Logs** -I confirm: -- [ ] 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: @@ -40,10 +35,6 @@ logger: custom_components.solcast_solar: debug ``` -To inspect and collect debug logs examine `/config/home-assistant.log` using File Editor or Visual Studio Code Server. - -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] From 6d0614aaef1a99f959c7922474335452a7501683 Mon Sep 17 00:00:00 2001 From: BJReplay <37993507+BJReplay@users.noreply.github.com> Date: Fri, 8 Nov 2024 10:12:43 +1100 Subject: [PATCH 2/3] Revert "Fix Dodgy commits last night - Part 1" This reverts commit fe0e6933ec8e8091f74dbc9f29d18ca3e37e001d. --- .github/ISSUE_TEMPLATE/bug_report.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index f705b51b..76cc8cf7 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -25,6 +25,11 @@ If applicable, add screenshots to help explain your problem. **Logs** +I confirm: +- [ ] 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: @@ -35,6 +40,10 @@ logger: custom_components.solcast_solar: debug ``` +To inspect and collect debug logs examine `/config/home-assistant.log` using File Editor or Visual Studio Code Server. + +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] From 594a2ff3f9a0d2bd89dc8018ec5f182c3b135061 Mon Sep 17 00:00:00 2001 From: BJReplay <37993507+BJReplay@users.noreply.github.com> Date: Fri, 8 Nov 2024 10:23:29 +1100 Subject: [PATCH 3/3] Fix Dodgy Commits last night - part fin. --- .github/ISSUE_TEMPLATE/bug_report.md | 49 ++++++++++++++++----------- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- 2 files changed, 31 insertions(+), 20 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 76cc8cf7..1c99c882 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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: @@ -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. diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index adbe07cd..5558bb56 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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