Skip to content

Commit cfe778c

Browse files
authored
Update addon_config.markdown
1 parent 19f44d1 commit cfe778c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/hassio/addon_config.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ The config for an add-on is stored in `config.json`.
8787
| description | yes | Description of the add-on
8888
| arch | no | List of supported arch: `armhf`, `aarch64`, `amd64`, `i386`. Default all.
8989
| url | no | Homepage of the addon. Here you can explain the add-ons and options.
90-
| startup | yes | `before` homeassistant will start. `after` homeassistant will start or `once` for application they don't run as deamon.
90+
| startup | yes | `initialize` will start addon on setup of hassio. `before` homeassistant will start. `after` homeassistant will start or `once` for application they don't run as deamon.
9191
| boot | yes | `auto` by system and manual or only `manual`
9292
| ports | no | Network ports to expose from the container. Format is `"container-port/type": host-port`.
9393
| devices | no | Device list to map into add-on. Format is: `<path_on_host>:<path_in_container>:<cgroup_permissions>`

0 commit comments

Comments
 (0)