From ed4b825f749ab3fae8543bc4631e961694d4a78e Mon Sep 17 00:00:00 2001 From: Raiford Date: Wed, 24 Jan 2018 03:05:00 -0800 Subject: [PATCH] Update git_pull doc with password support (#4300) This is a documentation update that corresponds to https://github.com/home-assistant/hassio-addons/pull/217 --- source/_addons/git_pull.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_addons/git_pull.markdown b/source/_addons/git_pull.markdown index 8d42d8ab820..bf8324628ca 100644 --- a/source/_addons/git_pull.markdown +++ b/source/_addons/git_pull.markdown @@ -36,6 +36,8 @@ Load and update configuration files for Home Assistant from a GIT repository. - **auto_restart** (*Optional*): Make a restart of Home-Assistant if the config have change and is valid. - **repeat/active** (*Optional*): Pull periodic for GIT updates. - **repeat/interval** (*Optional*): Pull all x seconds and look for changes. +- **deployment_user** (*Optional*): Username to use when authenticating to a repo with a username and password. +- **deployment_password** (*Optional*): Password to use when authenticating to a repo. Ignored if deployment_user is not set. - **deployment_key** (*Optional*): A private SSH key that will be used for communication during git operations. This key is mandatory for ssh-accessed repositories, which are the ones with the following pattern: `@:`. - **deployment_key_protocol** (*Optional*): The key protocol. Default is "rsa". Valid protocols are: