update schema for auth

This commit is contained in:
2024-07-08 15:05:09 -04:00
parent 9a8d405986
commit 4f98e80a86

View File

@@ -1,6 +1,6 @@
{
"name": "PBS-Client",
"version": "20240708.17",
"version": "20240708.18",
"slug": "pbs-client",
"description": "Proxmox Backup Client",
"url": "https://git.johnhgaunt.com/jgaunt/hassio-addons/src/branch/master/PBS-Client",
@@ -36,7 +36,7 @@
"pbs_host": "str",
"pbs_port": "int",
"pbs_fingerprint": "str",
"auth": ["match(pam|pbs)"],
"auth": ["list(pam|pbs)"],
"namespace": "str",
"days_to_keep": "int",
"include": ["match(^\/)"]