Correct mention of all_addon_configs option (#1973)

This commit is contained in:
Elcajon 2023-11-10 12:03:05 +01:00 committed by GitHub
parent b2f0536898
commit ebe0f574d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,6 +47,6 @@ Some add-ons need access to all these add-on-specific config folders. For exampl
3. Studio Code Server 3. Studio Code Server
Essentially, these add-ons provide alternative means of editing the configuration 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 to the list of folders in the map field. This will map the entire addon configs
folder within the container at `/addon_configs`. folder within the container at `/addon_configs`.