Skip to content

Commit

Permalink
Merge pull request #2 from BJReplay/BJReplay-patch-1
Browse files Browse the repository at this point in the history
More Changes to prepare for HACS
  • Loading branch information
BJReplay committed Jun 1, 2024
2 parents a2b35a4 + d7eb01e commit 0c4ea39
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
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
Expand Up @@ -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
Expand Up @@ -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,
Expand Down
4 changes: 2 additions & 2 deletions custom_components/solcast_solar/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down
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
Expand Down

0 comments on commit 0c4ea39

Please sign in to comment.