From 1e1e65701c407ddc28757e3274e8d59c5b614706 Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Tue, 17 Sep 2024 10:13:16 +0200 Subject: [PATCH] Integration details: add description of available links (#34771) * Integration details: add description of available links * add note * tweaks * Update source/getting-started/integration.markdown Co-authored-by: Stefan Agner * fix typo --------- Co-authored-by: Stefan Agner --- source/getting-started/integration.markdown | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/source/getting-started/integration.markdown b/source/getting-started/integration.markdown index 4252a203488..b6ec8dd93ec 100644 --- a/source/getting-started/integration.markdown +++ b/source/getting-started/integration.markdown @@ -48,7 +48,11 @@ This tutorial assumes that you have [installed Home Assistant](/installation/) a ![Screenshot of the workday integration on the integrations page](/images/getting-started/workday_select_integration.png) - This opens the integration details page. - - On the details page, we see that this integration has one {% term service %} and one {% term entity %}. + - We see that this integration has one {% term service %} and one {% term entity %}. + - **Documentation** opens the documentation page of this integration. + - **Known issues** opens the GitHub issue tracker, filtered for issues related to this integration. + - This allows you to see if other users reported issues related to that integration. + - **Enable debug logging** lets you [activate the debug logs for that integration](/docs/configuration/troubleshooting/#debug-logs-and-diagnostics). ![Screenshot of the workday integration details page](/images/getting-started/workday_sensor_details.png)