Skip to content

Commit e821605

Browse files
authored
Update addon_config.markdown
1 parent 4c4f26f commit e821605

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

source/hassio/addon_config.markdown

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ The config for an add-on is stored in `config.json`.
6161
"version": "1.2",
6262
"slug": "folder",
6363
"description": "long descripton",
64+
"arch": ["amd64"],
6465
"url": "website with more information about add-on (ie a forum thread for support)",
6566
"startup": "before|after|once",
6667
"boot": "auto|manual",
@@ -74,6 +75,16 @@ The config for an add-on is stored in `config.json`.
7475
}
7576
```
7677

78+
| Key | Required | Description |
79+
| --- | -------- | ----------- |
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
84+
| arch | no | List of supported arch: `armhf`, `aarch64`, `amd64`, `i386`. Default all.
85+
| url | no | Homepage of the addon. Here you can explain the add-ons and options.
86+
| startup | yes | `before` homeassistant will start. `after` homeassistant will start or `once` for application they don't run as deamon.
87+
7788
### {% linkable_title Options / Schema %}
7889

7990
The `options` dict contains all available options and their default value. Set the default value to `null` if the value is required to be given by the user before the add-on can start. Only non-nested arrays are supported.

0 commit comments

Comments
 (0)