Skip to content

Commit 5410609

Browse files
authored
Create git_pull.markdown
1 parent 5536d73 commit 5410609

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

source/_addons/git_pull.markdown

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
layout: page
3+
title: "GIT pull"
4+
description: "Load and update configuration files for Home Assistant from a GIT repository."
5+
date: 2017-09-25 14:00
6+
sidebar: true
7+
comments: false
8+
sharing: true
9+
footer: true
10+
---
11+
12+
Load and update configuration files for Home Assistant from a GIT repository.
13+
14+
```json
15+
{
16+
"repository": null,
17+
"auto_restart": false,
18+
"repeat": {
19+
"active": false,
20+
"interval": 300
21+
}
22+
}
23+
```
24+
25+
- **repository** (*Required*): GIT url to your repository.
26+
- **auto_restart** (*Optional*): Make a restart of Home-Assistant if the config have change and is valid.
27+
- **repeat/active** (*Optional*): Pull periodic for GIT updates.
28+
- **repeat/interval** (*Optional*): Pull all x seconds and look for changes.

0 commit comments

Comments
 (0)