From 909d1a8aa484342fc09fbd46a80222cc09d298ab Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Tue, 9 May 2017 16:08:45 +0200 Subject: [PATCH] Update addon_config.markdown --- source/hassio/addon_config.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/hassio/addon_config.markdown b/source/hassio/addon_config.markdown index 900f308590f..209835b1311 100644 --- a/source/hassio/addon_config.markdown +++ b/source/hassio/addon_config.markdown @@ -63,12 +63,12 @@ The config for an add-on is stored in `config.json`. "description": "long descripton", "arch": ["amd64"], "url": "website with more information about add-on (ie a forum thread for support)", - "startup": "before|after|once", - "boot": "auto|manual", + "startup": "before", + "boot": "auto", "ports": { "123/tcp": 123 }, - "map": ["config", "ssl", "addons", "backup"], + "map": ["config", "ssl"], "options": {}, "schema": {}, "image": "repo/{arch}-my-custom-addon"