Skip to content

Commit cb46af9

Browse files
authored
Update addon_config.markdown
1 parent adced8b commit cb46af9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/developers/hassio/addon_config.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ The config for an add-on is stored in `config.json`.
110110
| arch | no | List of supported arch: `armhf`, `aarch64`, `amd64`, `i386`. Default all.
111111
| url | no | Homepage of the addon. Here you can explain the add-ons and options.
112112
| startup | yes | `initialize` will start addon on setup of Hass.io. `system` is for things like databases and not dependent on other things. `services` will start before Home Assistant, while `application` is started afterwards. Finally `once` is for applications that don't run as a daemon.
113-
| webui | no | A URL for web interface of this add-on. Like `http://[HOST]:[PORT:2839]/dashboard`, the port needs the internal port, which will be replaced with the effective port.
113+
| webui | no | A URL for web interface of this add-on. Like `http://[HOST]:[PORT:2839]/dashboard`, the port needs the internal port, which will be replaced with the effective port. It is also possible to bind the proto part to a config options with: `[PROTO:option_name]://[HOST]:[PORT:2839]/dashboard` and he lookup if they is True and going to `https`.
114114
| boot | yes | `auto` by system and manual or only `manual`
115115
| ports | no | Network ports to expose from the container. Format is `"container-port/type": host-port`.
116116
| host_network | no | If that is True, the add-on run on host network.

0 commit comments

Comments
 (0)