mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
Update addon_config.markdown
This commit is contained in:
parent
968bd233af
commit
cb0e47f96d
@ -98,6 +98,7 @@ The config for an add-on is stored in `config.json`.
|
|||||||
| options | yes | Default options value of the add-on
|
| options | yes | Default options value of the add-on
|
||||||
| schema | yes | Schema for options value of the add-on. It can be `False` to disable schema validation and use custom options.
|
| schema | yes | Schema for options value of the add-on. It can be `False` to disable schema validation and use custom options.
|
||||||
| image | no | For use dockerhub.
|
| image | no | For use dockerhub.
|
||||||
|
| timeout | no | Default 10 (second). The timeout to wait until the docker is done or will be killed.
|
||||||
| tmpfs | no | Mount a tmpfs file system in `/tmpfs`. Valide format for this option is : `size=XXXu,uid=N,rw`. Size is mandatory, valid units (`u`) are `k`, `m` and `g` and `XXX` has to be replaced by a number. `uid=N` (with `N` the uid number) and `rw` are optional.
|
| tmpfs | no | Mount a tmpfs file system in `/tmpfs`. Valide format for this option is : `size=XXXu,uid=N,rw`. Size is mandatory, valid units (`u`) are `k`, `m` and `g` and `XXX` has to be replaced by a number. `uid=N` (with `N` the uid number) and `rw` are optional.
|
||||||
|
|
||||||
### {% linkable_title Options / Schema %}
|
### {% linkable_title Options / Schema %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user