From 3424892151c047b7989c3b3615b3cc31e73e5662 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Tue, 16 May 2017 16:11:38 +0200 Subject: [PATCH] add devices support --- 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 311921f620f..7617d5d7669 100644 --- a/source/hassio/addon_config.markdown +++ b/source/hassio/addon_config.markdown @@ -90,6 +90,7 @@ The config for an add-on is stored in `config.json`. | startup | yes | `before` homeassistant will start. `after` homeassistant will start or `once` for application they don't run as deamon. | 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 | Hos 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` | options | yes | Default options value of the add-on | schema | yes | Schema for options value of the add-on