From a51a99ab1b732d151c06956814481e54223c44fe Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Wed, 17 May 2017 23:52:39 +0200 Subject: [PATCH] Update addon_config.markdown --- source/hassio/addon_config.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/hassio/addon_config.markdown b/source/hassio/addon_config.markdown index 06884d669b6..601d9bfd520 100644 --- a/source/hassio/addon_config.markdown +++ b/source/hassio/addon_config.markdown @@ -91,7 +91,8 @@ The config for an add-on is stored in `config.json`. | boot | yes | `auto` by system and manual or only `manual` | ports | no | Network ports to expose from the container. Format is `"container-port/type": host-port`. | devices | no | Device list to map into add-on. Format is: `::` -| 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. +| 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. +| environment | no | A dict of environment variable to run add-on. | options | yes | Default options value of the add-on | schema | yes | Schema for options value of the add-on | image | no | For use dockerhub.