mirror of
https://github.com/aljazceru/addons.git
synced 2026-01-20 13:25:44 +01:00
Add first version of simple git sync (#162)
* Add first version of simple git sync * fix lint
This commit is contained in:
26
git_pull/config.json
Normal file
26
git_pull/config.json
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user