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 %}