Fix password schema (#1883)

This commit is contained in:
Pascal Vizeli
2021-02-25 12:57:09 +01:00
committed by GitHub
parent e746b733ac
commit 107585db0c
10 changed files with 52 additions and 103 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "Git pull",
"version": "7.12",
"version": "7.12.1",
"slug": "git_pull",
"description": "Simple git pull to update the local configuration",
"url": "https://github.com/home-assistant/hassio-addons/tree/master/git_pull",
@@ -33,7 +33,7 @@
"deployment_key": ["str"],
"deployment_key_protocol": "match(rsa|dsa|ecdsa|ed25519|rsa)",
"deployment_user": "str",
"deployment_password": "str",
"deployment_password": "password",
"git_branch": "str",
"git_command": "list(pull|reset)",
"git_remote": "str",