From 4100eb395c4f8c273e611576c73f58b208c4fa02 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Tue, 6 Jun 2017 11:34:20 +0200 Subject: [PATCH] Update addon_config.markdown --- source/hassio/addon_config.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/hassio/addon_config.markdown b/source/hassio/addon_config.markdown index d10e9ae1724..382bf4be477 100644 --- a/source/hassio/addon_config.markdown +++ b/source/hassio/addon_config.markdown @@ -92,6 +92,7 @@ The config for an add-on is stored in `config.json`. | ports | no | Network ports to expose from the container. Format is `"container-port/type": host-port`. | host_network | no | If that is True, the add-on run on host network. | devices | no | Device list to map into add-on. Format is: `::`. i.e. `/dev/ttyAMA0:/dev/ttyAMA0:rwm` +| privileged | no | Privilege for access to hardware/system. Available access: `NET_ADMIN` | 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. | environment | no | A dict of environment variable to run add-on. | options | yes | Default options value of the add-on