From 9366d29b0948e083bcd18ce97e5ee1427fadabe5 Mon Sep 17 00:00:00 2001 From: Jorim Tielemans Date: Sat, 13 Oct 2018 16:57:09 +0200 Subject: [PATCH] Use specific role for backup add-ons https://github.com/home-assistant/hassio/pull/755 --- remote-backup/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/remote-backup/config.json b/remote-backup/config.json index 0acd7ec..c92d402 100644 --- a/remote-backup/config.json +++ b/remote-backup/config.json @@ -7,7 +7,7 @@ "startup": "once", "boot": "manual", "hassio_api": true, - "hassio_role": "manager", + "hassio_role": "backup", "map": ["backup:rw"], "options": { "ssh_host": "",