From a14f7e7cb7d6aad269e5756f19e428d706146408 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Wed, 3 Oct 2018 17:06:12 +0200 Subject: [PATCH] Update hassio_addon_config.md --- docs/hassio_addon_config.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/hassio_addon_config.md b/docs/hassio_addon_config.md index 8c2536fe..38c057ce 100644 --- a/docs/hassio_addon_config.md +++ b/docs/hassio_addon_config.md @@ -135,6 +135,8 @@ The config for an add-on is stored in `config.json`. | image | string | no | For use with Docker Hub and other container registries. | timeout | integer | no | Default 10 (second). The timeout to wait until the docker is done or will be killed. | tmpfs | string | no | Mount a tmpfs file system in `/tmpfs`. Valide format for this option is : `size=XXXu,uid=N,rw`. Size is mandatory, valid units (`u`) are `k`, `m` and `g` and `XXX` has to be replaced by a number. `uid=N` (with `N` the uid number) and `rw` are optional. +| discovery | list | no | A list of services they this Add-on allow to provide for Home Assistant. Currently supported: `mqtt` +| services | list | no | A list of services they will be provided or consumed with this Add-on. Format is `service`:`function` and functions are: `provide` (this add-on can provide this service), `want` (this add-on can use this service) or `need` (this add-on need this service to work correctly). ### Options / Schema