Skip to content

Commit a51a99a

Browse files
authored
Update addon_config.markdown
1 parent 39ecaf6 commit a51a99a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/hassio/addon_config.markdown

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ The config for an add-on is stored in `config.json`.
9191
| boot | yes | `auto` by system and manual or only `manual`
9292
| ports | no | Network ports to expose from the container. Format is `"container-port/type": host-port`.
9393
| devices | no | Device list to map into add-on. Format is: `<path_on_host>:<path_in_container>:<cgroup_permissions>`
94-
| map | no | List of maps for additional hass.io folders. Possible values: `config`, `ssl`, `addons`, `backup`. Default it map it `ro`, you can change that if you add a ":rw" at the end of name.
94+
| map | no | List of maps for additional hass.io folders. Possible values: `config`, `ssl`, `addons`, `backup`, `share`, `mnt`. Default it map it `ro`, you can change that if you add a ":rw" at the end of name.
95+
| environment | no | A dict of environment variable to run add-on.
9596
| options | yes | Default options value of the add-on
9697
| schema | yes | Schema for options value of the add-on
9798
| image | no | For use dockerhub.

0 commit comments

Comments
 (0)