From 5f85149a3084bab170ddbaa09b72bcb2a5a4ba7a Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Mon, 1 Feb 2021 14:51:39 +0100 Subject: [PATCH] Update documentation for tmpfs (#792) --- docs/add-ons/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/add-ons/configuration.md b/docs/add-ons/configuration.md index 1d7919d7..2bf94d37 100644 --- a/docs/add-ons/configuration.md +++ b/docs/add-ons/configuration.md @@ -150,7 +150,7 @@ The configuration for an add-on is stored in `config.json`. | schema | dict | no | Schema for options value of the add-on. It can be `false` to disable schema validation and use custom options. | image | string | no | For use with Docker Hub and other container registries. | timeout | integer | no | Default 10 (seconds). The timeout to wait until the Docker daemon is done or will be killed. -| tmpfs | string | no | Mount a tmpfs filesystem in `/tmpfs`. Valid format for this option is : `size=XXXu,uid=N,rw`. Size is mandatory, valid units (`u`) are `k`, `m`, `g` and `XXX` has to be replaced by a number. `uid=N` (with `N` the uid number) and `rw` are optional. +| tmpfs | bool | no | Is this True, the containers `/tmp` is using tmpfs, an memory file system. | discovery | list | no | A list of services that this add-on provides for Home Assistant. Currently supported: `mqtt` | services | list | no | A list of services that will be provided or consumed with this add-on. Format is `service`:`function` and functions are: `provide` (this add-on can provide this service), `want` (this add-on can use this service) or `need` (this add-on need this service to work correctly). | auth_api | bool | no | Allow access to Home Assistant user backend.