forked from home-assistant/addons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
55 lines (55 loc) · 1.06 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
---
version: 7.14.1
slug: git_pull
name: Git pull
description: Simple git pull to update the local configuration
url: https://github.com/home-assistant/addons/tree/master/git_pull
advanced: true
arch:
- armhf
- armv7
- aarch64
- amd64
- i386
boot: manual
hassio_api: true
hassio_role: homeassistant
image: homeassistant/{arch}-addon-git_pull
init: false
map:
- config:rw
options:
repository: null
git_branch: master
git_remote: origin
auto_restart: false
restart_ignore:
- ui-lovelace.yaml
- .gitignore
git_command: pull
git_prune: false
deployment_key: []
deployment_user: ""
deployment_password: ""
deployment_key_protocol: rsa
repeat:
active: false
interval: 300
schema:
repository: str
git_branch: str
git_remote: str
auto_restart: bool
restart_ignore:
- str
git_command: list(pull|reset)
git_prune: bool
deployment_key:
- str
deployment_user: str
deployment_password: password
deployment_key_protocol: match(rsa|dsa|ecdsa|ed25519|rsa)
repeat:
active: bool
interval: int
startup: services