From cc852cb02454616fe7f3e30fab623ccd85bbab71 Mon Sep 17 00:00:00 2001 From: miloschwartz Date: Sat, 18 Oct 2025 14:13:39 -0700 Subject: [PATCH] fix typo in home assistant rules --- 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 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/*`
|