From 558b4cad50fc68d1a9ec6e6e084ef597572602b8 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Tue, 9 May 2017 15:53:05 +0200 Subject: [PATCH] Update addon_config.markdown --- source/hassio/addon_config.markdown | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/source/hassio/addon_config.markdown b/source/hassio/addon_config.markdown index 9d30cc3e3ca..900f308590f 100644 --- a/source/hassio/addon_config.markdown +++ b/source/hassio/addon_config.markdown @@ -77,13 +77,19 @@ The config for an add-on is stored in `config.json`. | Key | Required | Description | | --- | -------- | ----------- | -| name | yes | Name of the addon -| version | yes | Version of the addon -| slug | yes | Slug of the addon -| description | yes | Description of the addon +| name | yes | Name of the add-on +| version | yes | Version of the add-on +| slug | yes | Slug of the add-on +| description | yes | Description of the add-on | arch | no | List of supported arch: `armhf`, `aarch64`, `amd64`, `i386`. Default all. | url | no | Homepage of the addon. Here you can explain the add-ons and options. | 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 they will be expose in docker style +| 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 +| image | no | For custom add-ons. ### {% linkable_title Options / Schema %}