From 52ba74fd8a2ab4d50c4ed2f10a1a6530ab6efcc4 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Wed, 29 Jan 2020 14:00:56 +0100 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 71b33b5a..e943aded 100644 --- a/docs/hassio_addon_config.md +++ b/docs/hassio_addon_config.md @@ -155,6 +155,8 @@ The config for an add-on is stored in `config.json`. | panel_title | string | no | Default add-on name, but can Modify with this options. | panel_admin | bool | no | Default True. Make menu entry only available with admin privileged. | snapshot_exclude | list | no | List of file/path with glob support they are excluded from snapshots. +| advanced | bool | no | Default False. Make addon visible on simle mode or not. +| stage | string | no | Default `stable`. Flag add-on with follow attribute: `stable`, `experimental`, `deprecated` ### Options / Schema