mirror of
https://github.com/Andre0512/hon.git
synced 2026-06-15 03:36:27 +00:00
Update issue templates and docs to point to right repo and person
This commit is contained in:
parent
5cf7f812f4
commit
6469614bc9
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
|
@ -3,7 +3,7 @@ name: Bug report
|
|||
about: Create a report to help us improve
|
||||
title: ''
|
||||
labels: bug
|
||||
assignees: Andre0512
|
||||
assignees: mmalolepszy
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
2
.github/ISSUE_TEMPLATE/feature_request.md
vendored
2
.github/ISSUE_TEMPLATE/feature_request.md
vendored
|
|
@ -3,7 +3,7 @@ name: Feature request
|
|||
about: Suggest an idea for this project
|
||||
title: ''
|
||||
labels: enhancement
|
||||
assignees: Andre0512
|
||||
assignees: mmalolepszy
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -126,7 +126,7 @@ class HonDataArchive(HonEntity, ButtonEntity):
|
|||
title = f"{self._device.nick_name} Data Archive"
|
||||
text = (
|
||||
f'<a href="/local/{data}" target="_blank">{data}</a> <br/><br/> '
|
||||
f"Use this data for [GitHub Issues of Haier hOn](https://github.com/Andre0512/hon).<br/>"
|
||||
f"Or add it to the [hon-test-data collection](https://github.com/Andre0512/hon-test-data)."
|
||||
f"Use this data for [GitHub Issues of Haier hOn](https://github.com/mmalolepszy/hon-revived).<br/>"
|
||||
f"Or add it to the [hon-test-data collection](https://github.com/mmalolepszy/hon-test-data)."
|
||||
)
|
||||
persistent_notification.create(self._hass, text, title)
|
||||
|
|
|
|||
Loading…
Reference in a new issue