From ebe0f574d5fa868ed1caf5aca8db3cd5097989f9 Mon Sep 17 00:00:00 2001 From: Elcajon Date: Fri, 10 Nov 2023 12:03:05 +0100 Subject: [PATCH] Correct mention of all_addon_configs option (#1973) --- blog/2023-11-06-public-addon-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/2023-11-06-public-addon-config.md b/blog/2023-11-06-public-addon-config.md index 894d9503..9efc1653 100644 --- a/blog/2023-11-06-public-addon-config.md +++ b/blog/2023-11-06-public-addon-config.md @@ -47,6 +47,6 @@ Some add-ons need access to all these add-on-specific config folders. For exampl 3. Studio Code Server Essentially, these add-ons provide alternative means of editing the configuration -files of Home Assistant and its add-ons. Add-ons like these should add `addon_configs:rw` +files of Home Assistant and its add-ons. Add-ons like these should add `all_addon_configs:rw` to the list of folders in the map field. This will map the entire addon configs folder within the container at `/addon_configs`.