Skip to content

Commit cbb7598

Browse files
authored
Update addon_config.markdown
1 parent 58e973d commit cbb7598

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/developers/hassio/addon_config.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ The config for an add-on is stored in `config.json`.
9797
| arch | no | List of supported arch: `armhf`, `aarch64`, `amd64`, `i386`. Default all.
9898
| url | no | Homepage of the addon. Here you can explain the add-ons and options.
9999
| startup | yes | `initialize` will start addon on setup of hassio. `system` is for things like database and base not on other things. `services` will start before homeassistant. `application` is after homeassistant will start or `once` for application they don't run as deamon.
100+
| webui | no | A URL for webinterface of this add-on. Like `http://[HOST]:[PORT:2839]/dashboard`, the port need the internal port, we replace it later with the effective port.
100101
| boot | yes | `auto` by system and manual or only `manual`
101102
| ports | no | Network ports to expose from the container. Format is `"container-port/type": host-port`.
102103
| host_network | no | If that is True, the add-on run on host network.

0 commit comments

Comments
 (0)