Skip to content

Commit 6a34abd

Browse files
authored
Update addon_config.markdown
1 parent e37fb6f commit 6a34abd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/hassio/addon_config.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ The config for an add-on is stored in `config.json`.
9696
| map | no | List of maps for additional hass.io folders. Possible values: `config`, `ssl`, `addons`, `backup`, `share`. Default it map it `ro`, you can change that if you add a ":rw" at the end of name.
9797
| environment | no | A dict of environment variable to run add-on.
9898
| options | yes | Default options value of the add-on
99-
| schema | yes | Schema for options value of the add-on
99+
| schema | yes | Schema for options value of the add-on. It can be `False` to disable schema validation and use custom options.
100100
| image | no | For use dockerhub.
101101
| 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.
102102

0 commit comments

Comments
 (0)