Skip to content

Commit 558b4ca

Browse files
authored
Update addon_config.markdown
1 parent e821605 commit 558b4ca

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

source/hassio/addon_config.markdown

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,19 @@ The config for an add-on is stored in `config.json`.
7777

7878
| Key | Required | Description |
7979
| --- | -------- | ----------- |
80-
| name | yes | Name of the addon
81-
| version | yes | Version of the addon
82-
| slug | yes | Slug of the addon
83-
| description | yes | Description of the addon
80+
| name | yes | Name of the add-on
81+
| version | yes | Version of the add-on
82+
| slug | yes | Slug of the add-on
83+
| description | yes | Description of the add-on
8484
| arch | no | List of supported arch: `armhf`, `aarch64`, `amd64`, `i386`. Default all.
8585
| url | no | Homepage of the addon. Here you can explain the add-ons and options.
8686
| startup | yes | `before` homeassistant will start. `after` homeassistant will start or `once` for application they don't run as deamon.
87+
| boot | yes | `auto` by system and manual or only `manual`
88+
| ports | no | Network ports they will be expose in docker style
89+
| map | no | List of maps for additional hass.io folders. Possible values: `config`, `ssl`, `addons`, `backup`
90+
| options | yes | Default options value of the add-on
91+
| schema | yes | Schema for options value of the add-on
92+
| image | no | For custom add-ons.
8793

8894
### {% linkable_title Options / Schema %}
8995

0 commit comments

Comments
 (0)