From 43c78b76f82ccc6bc8a99ad4e0c65ef769fa53f1 Mon Sep 17 00:00:00 2001 From: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> Date: Mon, 15 Jan 2024 17:57:15 +0100 Subject: [PATCH] Add shortcut to HA logs --- .github/ISSUE_TEMPLATE/bug.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index dc67952..36b43c1 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -141,7 +141,7 @@ body: - type: textarea attributes: label: Home Assistant logs - description: You can get this from **Settings** > **System** > **Logs** in your Home Assistant. + description: You can get this from **Settings** > **System** > [**Logs**](https://my.home-assistant.io/redirect/logs/) in your Home Assistant. render: logs validations: required: false