From eed5fe0eb8c9605b4532f8ba9f168682b8a25a30 Mon Sep 17 00:00:00 2001 From: SebClem Date: Sun, 15 Nov 2020 12:25:07 +0100 Subject: [PATCH] :ambulane: Swith to role "manger" to fix permission issue #30 --- nextcloud_backup/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud_backup/config.json b/nextcloud_backup/config.json index 852ae9f..ca2183d 100644 --- a/nextcloud_backup/config.json +++ b/nextcloud_backup/config.json @@ -21,7 +21,7 @@ ], "boot": "auto", "hassio_api": true, - "hassio_role": "backup", + "hassio_role": "manager", "homeassistant_api": true, "options": { "ssl": false,