Skip to content

Commit d87379d

Browse files
Diegorro98frenck
authored andcommitted
Use the link to the issue instead of creating new issues at Home Connect (home-assistant#148523)
1 parent 0990cef commit d87379d

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

homeassistant/components/home_connect/coordinator.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -655,10 +655,7 @@ def refreshed_too_often_recently(self, appliance_ha_id: str) -> bool:
655655
"times": str(MAX_EXECUTIONS),
656656
"time_window": str(MAX_EXECUTIONS_TIME_WINDOW // 60),
657657
"home_connect_resource_url": "https://www.home-connect.com/global/help-support/error-codes#/Togglebox=15362315-13320636-1/",
658-
"home_assistant_core_new_issue_url": (
659-
"https://github.com/home-assistant/core/issues/new?template=bug_report.yml"
660-
f"&integration_name={DOMAIN}&integration_link=https://www.home-assistant.io/integrations/{DOMAIN}/"
661-
),
658+
"home_assistant_core_issue_url": "https://github.com/home-assistant/core/issues/147299",
662659
},
663660
)
664661
return True

homeassistant/components/home_connect/strings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
"step": {
131131
"confirm": {
132132
"title": "[%key:component::home_connect::issues::home_connect_too_many_connected_paired_events::title%]",
133-
"description": "The appliance \"{appliance_name}\" has been reported as connected or paired {times} times in less than {time_window} minutes, so refreshes on connected or paired events has been disabled to avoid exceeding the API rate limit.\n\nPlease refer to the [Home Connect Wi-Fi requirements and recommendations]({home_connect_resource_url}). If everything seems right with your network configuration, restart the appliance.\n\nClick \"submit\" to re-enable the updates.\nIf the issue persists, please create an issue in the [Home Assistant core repository]({home_assistant_core_new_issue_url})."
133+
"description": "The appliance \"{appliance_name}\" has been reported as connected or paired {times} times in less than {time_window} minutes, so refreshes on connected or paired events has been disabled to avoid exceeding the API rate limit.\n\nPlease refer to the [Home Connect Wi-Fi requirements and recommendations]({home_connect_resource_url}). If everything seems right with your network configuration, restart the appliance.\n\nClick \"submit\" to re-enable the updates.\nIf the issue persists, please see the following issue in the [Home Assistant core repository]({home_assistant_core_issue_url})."
134134
}
135135
}
136136
}

0 commit comments

Comments
 (0)