From c204f971219ec87543e1b05b80b7ad22fbb85792 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fabian=20J=C3=BClich?=
<63878623+fabianjuelich@users.noreply.github.com>
Date: Tue, 16 Dec 2025 21:29:00 +0100
Subject: [PATCH] Fix typo in Home Assistant path rule
---
manage/access-control/rules.mdx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/manage/access-control/rules.mdx b/manage/access-control/rules.mdx
index 8e2f471..f45f67a 100644
--- a/manage/access-control/rules.mdx
+++ b/manage/access-control/rules.mdx
@@ -134,7 +134,7 @@ This table compiles paths that need to be allowed for various apps to work with
| **Notifications** | |
| Gotify | `/version`
`/message`
`/application`
`/client`
`/stream`
`/plugin`
`/health` |
| **Home Automation** | |
-| Home Assistant | `/api/*`
`/auth/*`
`/frontend_latest/*`
`/lovelace*`
`/static/*`
`/hacsfiles/*`
`/local/*` |
+| Home Assistant | `/api/*`
`/auth/*`
`/frontend_latest/*`
`/lovelace/*`
`/static/*`
`/hacsfiles/*`
`/local/*` |
| n8n | `/webhook-test/*/webhook`
`/webhook/*/webhook` |
| **Project Management** | |
| Jetbrains Youtrack | `/api/*`
`/hub/api/*`
|