From 73c0ba32a215a9a9f410fd314053bc671297e075 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Thu, 5 Oct 2017 11:48:14 +0200 Subject: [PATCH] Update git_pull.markdown --- source/_addons/git_pull.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_addons/git_pull.markdown b/source/_addons/git_pull.markdown index 6aff32fb2df..62dcfe8bcea 100644 --- a/source/_addons/git_pull.markdown +++ b/source/_addons/git_pull.markdown @@ -13,7 +13,7 @@ Load and update configuration files for Home Assistant from a GIT repository. ```json { - "repository": null, + "repository": "https://example.com/my_configs", "auto_restart": false, "repeat": { "active": false,