You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**repository** (*Required*): GIT url to your repository.
26
36
-**auto_restart** (*Optional*): Make a restart of Home-Assistant if the config have change and is valid.
27
37
-**repeat/active** (*Optional*): Pull periodic for GIT updates.
28
38
-**repeat/interval** (*Optional*): Pull all x seconds and look for changes.
39
+
-**deployment_key** (*Optional*): A private SSH key that will be used for communication during git operations. This key is mandatory for ssh-accessed repositories, which are the ones with the following pattern: `<user>@<host>:<repository path>`.
40
+
-**deployment_key_protocol** (*Optional*): The key protocol. Default is "rsa". Valid protocols are:
41
+
42
+
***dsa**
43
+
***ecdsa**
44
+
***ed25519**
45
+
***rsa**
46
+
47
+
The protocol is typically known by the suffix of the private key --e.g., a key file named `id_rsa` will be a private key using "rsa" protocol.
0 commit comments