From 0a8d7d16030740fd7f3ea6f9094548e1e349e1ae Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 31 Jan 2021 04:31:38 +0100 Subject: [PATCH] Update README.md --- addons_updater/README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/addons_updater/README.md b/addons_updater/README.md index 12fd95743..3a5c4b75d 100644 --- a/addons_updater/README.md +++ b/addons_updater/README.md @@ -23,14 +23,15 @@ comparison to installing any other Hass.io add-on. No webUI. Set everything through configuration. ``` +addon: - slug: the slug name from your repo beta: true/false ; should it look only for releases or prereleases ok repository: 'name/repo' coming from github upstream: name/repo, example is 'linuxserver/docker-emby' - - gituser: your github username - - gituser: your github email - - gitpass: add your github password here, or a specific key if you have two factor identification enabled - - frequency: placeholder for automatic update. Not used. +gituser: your github username +gituser: your github email +gitpass: add your github password here, or a specific key if you have two factor identification enabled +frequency: placeholder for automatic update. Not used. ```