File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change
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.
You can’t perform that action at this time.
0 commit comments