From e3ad995976cc22d55a2f9cd851f2663842b854e6 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:36:01 +0100 Subject: [PATCH] Add additional Home Assistant path rules Required for proper Home Assistant frontend and mobile app behavior. --- 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..ad808de 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/*`
`/manifest.json`
`/sw-modern.js` | | n8n | `/webhook-test/*/webhook`
`/webhook/*/webhook` | | **Project Management** | | | Jetbrains Youtrack | `/api/*`
`/hub/api/*`
|