From 6469614bc961a9675bbadac10abe8d9efa61c567 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Ma=C5=82olepszy?= Date: Fri, 19 Dec 2025 19:25:53 +0100 Subject: [PATCH] Update issue templates and docs to point to right repo and person --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- custom_components/hon/button.py | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 859f87b..65c365c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -3,7 +3,7 @@ name: Bug report about: Create a report to help us improve title: '' labels: bug -assignees: Andre0512 +assignees: mmalolepszy --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index bfe6033..bceaf64 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -3,7 +3,7 @@ name: Feature request about: Suggest an idea for this project title: '' labels: enhancement -assignees: Andre0512 +assignees: mmalolepszy --- diff --git a/custom_components/hon/button.py b/custom_components/hon/button.py index 4a30ef8..8d99fbe 100644 --- a/custom_components/hon/button.py +++ b/custom_components/hon/button.py @@ -126,7 +126,7 @@ class HonDataArchive(HonEntity, ButtonEntity): title = f"{self._device.nick_name} Data Archive" text = ( f'{data}

' - f"Use this data for [GitHub Issues of Haier hOn](https://github.com/Andre0512/hon).
" - 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).
" + f"Or add it to the [hon-test-data collection](https://github.com/mmalolepszy/hon-test-data)." ) persistent_notification.create(self._hass, text, title)