From 54106093ceaa9abd18fc22695ab159ffaa14a3f6 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Tue, 26 Sep 2017 12:22:51 +0200 Subject: [PATCH] Create git_pull.markdown --- source/_addons/git_pull.markdown | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 source/_addons/git_pull.markdown diff --git a/source/_addons/git_pull.markdown b/source/_addons/git_pull.markdown new file mode 100644 index 00000000000..6aff32fb2df --- /dev/null +++ b/source/_addons/git_pull.markdown @@ -0,0 +1,28 @@ +--- +layout: page +title: "GIT pull" +description: "Load and update configuration files for Home Assistant from a GIT repository." +date: 2017-09-25 14:00 +sidebar: true +comments: false +sharing: true +footer: true +--- + +Load and update configuration files for Home Assistant from a GIT repository. + +```json +{ + "repository": null, + "auto_restart": false, + "repeat": { + "active": false, + "interval": 300 + } +} +``` + +- **repository** (*Required*): GIT url to your 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.