Update issue templates and docs to point to right repo and person

This commit is contained in:
Michał Małolepszy 2025-12-19 19:25:53 +01:00
parent 5cf7f812f4
commit 6469614bc9
3 changed files with 4 additions and 4 deletions

View file

@ -3,7 +3,7 @@ name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: Andre0512
assignees: mmalolepszy
---

View file

@ -3,7 +3,7 @@ name: Feature request
about: Suggest an idea for this project
title: ''
labels: enhancement
assignees: Andre0512
assignees: mmalolepszy
---

View file

@ -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)