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)