Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: BJReplay/ha-solcast-solar
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.23
Choose a base ref
...
head repository: BJReplay/ha-solcast-solar
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.0.24
Choose a head ref
  • 7 commits
  • 6 files changed
  • 1 contributor

Commits on Jun 1, 2024

  1. Update release-config.yml

    BJReplay authored Jun 1, 2024
    Copy the full SHA
    4ec7574 View commit details
  2. Update bug_report.yml

    BJReplay authored Jun 1, 2024
    Copy the full SHA
    eb15d1d View commit details
  3. Update config.yml

    BJReplay authored Jun 1, 2024

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    hiyuki2578 Shota Tsunehiro
    Copy the full SHA
    ad5167c View commit details
  4. Update select.py

    BJReplay authored Jun 1, 2024

    Partially verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
    Copy the full SHA
    c363207 View commit details
  5. Update sensor.py

    BJReplay authored Jun 1, 2024
    Copy the full SHA
    cc7aaea View commit details
  6. Update info.md

    BJReplay authored Jun 1, 2024
    Copy the full SHA
    d7eb01e View commit details
  7. Merge pull request #2 from BJReplay/BJReplay-patch-1

    More Changes to prepare for HACS
    BJReplay authored Jun 1, 2024
    Copy the full SHA
    0c4ea39 View commit details
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ body:
If you have a feature or enhancement request, please use the [discussion forums][fr] section.
[fr]: https://github.com/oziee/ha-solcast-solar/discussions
[fr]: https://github.com/BJReplay/ha-solcast-solar/discussions
- type: textarea
validations:
required: true
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: I have a question or need support
url: https://github.com/oziee/ha-solcast-solar/discussions
url: https://github.com/BJReplay/ha-solcast-solar/discussions
about: Check the discussions section to see if anyone has asked it before or use the community for help
- name: Feature Request
url: https://github.com/oziee/ha-solcast-solar/discussions
url: https://github.com/BJReplay/ha-solcast-solar/discussions
about: Please use the discussions section for making feature requests. Hope others vote for it so that it might be considered
2 changes: 1 addition & 1 deletion .github/release-config.yml
Original file line number Diff line number Diff line change
@@ -33,4 +33,4 @@ version-resolver:
template: |
$CHANGES
![GitHub Releases (by Release)](https://img.shields.io/github/downloads/oziee/ha-solcast-solar/v$NEXT_MINOR_VERSION/total)
![GitHub Releases (by Release)](https://img.shields.io/github/downloads/BJReplay/ha-solcast-solar/v$NEXT_MINOR_VERSION/total)
2 changes: 1 addition & 1 deletion custom_components/solcast_solar/select.py
Original file line number Diff line number Diff line change
@@ -115,7 +115,7 @@ def __init__(
self._attr_device_info = {
ATTR_IDENTIFIERS: {(DOMAIN, entry.entry_id)},
ATTR_NAME: "Solcast PV Forecast",
ATTR_MANUFACTURER: "Oziee",
ATTR_MANUFACTURER: "BJReplay",
ATTR_MODEL: "Solcast PV Forecast",
ATTR_ENTRY_TYPE: DeviceEntryType.SERVICE,
ATTR_SW_VERSION: coordinator._version,
4 changes: 2 additions & 2 deletions custom_components/solcast_solar/sensor.py
Original file line number Diff line number Diff line change
@@ -306,7 +306,7 @@ def __init__(
self._attr_device_info = {
ATTR_IDENTIFIERS: {(DOMAIN, entry.entry_id)},
ATTR_NAME: "Solcast PV Forecast", #entry.title,
ATTR_MANUFACTURER: "Oziee",
ATTR_MANUFACTURER: "BJReplay",
ATTR_MODEL: "Solcast PV Forecast",
ATTR_ENTRY_TYPE: DeviceEntryType.SERVICE,
ATTR_SW_VERSION: coordinator._version,
@@ -391,7 +391,7 @@ def __init__(
self._attr_device_info = {
ATTR_IDENTIFIERS: {(DOMAIN, entry.entry_id)},
ATTR_NAME: "Solcast PV Forecast", #entry.title,
ATTR_MANUFACTURER: "Oziee",
ATTR_MANUFACTURER: "BJReplay",
ATTR_MODEL: "Solcast PV Forecast",
ATTR_ENTRY_TYPE: DeviceEntryType.SERVICE,
ATTR_SW_VERSION: coordinator._version,
4 changes: 4 additions & 0 deletions info.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
### Changes

v4.0.24
- More changes to remove links to https://github.com/oziee that were missed the first time around
- More changes to prepare to submit to HACSs

v4.0.23
- Changed Owner to @BJReplay
- Changed Github Repo to https://github.com/BJReplay/ha-solcast-solar