Update addon_config.markdown

This commit is contained in:
Pascal Vizeli 2017-05-09 15:53:05 +02:00 committed by GitHub
parent e821605d0c
commit 558b4cad50

View File

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