From 715788d1f535f12a7f21cf3f63e4133210f95a32 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Sat, 27 Oct 2018 15:33:36 +0200 Subject: [PATCH] Update hassio_addon_config.md --- docs/hassio_addon_config.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/hassio_addon_config.md b/docs/hassio_addon_config.md index 32377632..a34e1737 100644 --- a/docs/hassio_addon_config.md +++ b/docs/hassio_addon_config.md @@ -105,6 +105,7 @@ The config for an add-on is stored in `config.json`. | slug | string | yes | Slug of the add-on | description | string | yes | Description of the add-on | arch | list | no | List of supported arch: `armhf`, `aarch64`, `amd64`, `i386`. Default all. +| machine | list | no | Default it support any machine type. You can select that this add-on run only on specific machines. | url | url | no | Homepage of the addon. Here you can explain the add-ons and options. | startup | bool | 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. | webui | string | 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`.