From 4f98e80a867832eb40211da27bf4a2877ec3edc5 Mon Sep 17 00:00:00 2001 From: John Date: Mon, 8 Jul 2024 15:05:09 -0400 Subject: [PATCH] update schema for auth --- PBS-Client/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PBS-Client/config.json b/PBS-Client/config.json index b067e09..35a4b09 100644 --- a/PBS-Client/config.json +++ b/PBS-Client/config.json @@ -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(^\/)"]