Files
addons/git_pull/config.json
Pascal Vizeli d85d9b4f54 Add first version of simple git sync (#162)
* Add first version of simple git sync

* fix lint
2017-08-01 00:21:46 +02:00

27 lines
567 B
JSON

{
"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"
}