diff --git a/manage/access-control/rules.mdx b/manage/access-control/rules.mdx
index d2dcf12..630695a 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/*`
`/hacsfile/*`
`/local/*` |
+| Home Assistant | `/api/*`
`/auth/*`
`/frontend_latest/*`
`/lovelace*`
`/static/*`
`/hacsfiles/*`
`/local/*` |
| n8n | `/webhook-test/*/webhook`
`/webhook/*/webhook` |
| **Project Management** | |
| Jetbrains Youtrack | `/api/*`
`/hub/api/*`
|