Add first version of simple git sync (#162)

* Add first version of simple git sync

* fix lint
This commit is contained in:
Pascal Vizeli
2017-08-01 00:21:46 +02:00
committed by GitHub
parent 66c5f1a395
commit d85d9b4f54
3 changed files with 82 additions and 0 deletions

26
git_pull/config.json Normal file
View File

@@ -0,0 +1,26 @@
{
"name": "GIT pull",
"version": "0.1",
"slug": "git_pull",
"description": "Simple git pull to update local config.",
"url": "https://home-assistant.io/addons/git_pull/",
"startup": "services",
"boot": "manual",
"options": {
"repositorie": null,
"auto_restart": false,
"repeat": {
"active": false,
"interval": 300
}
},
"schema": {
"repositorie": "url",
"auto_restart": "bool",
"repeat": {
"active": "bool",
"interval": "int"
}
},
"image": "homeassistant/{arch}-addon-git_pull"
}