From 6f71e2b3b0ca8f85a9fd61f73aa7f4d5ec955dd5 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Fri, 12 Oct 2018 14:43:57 +0200 Subject: [PATCH] Update hassio_addon_security.md --- docs/hassio_addon_security.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/hassio_addon_security.md b/docs/hassio_addon_security.md index e05c6cdb..3c974688 100644 --- a/docs/hassio_addon_security.md +++ b/docs/hassio_addon_security.md @@ -14,6 +14,7 @@ For access to Hass.io API you need define a role or you run in default mode. Thi |------|-------------| | default | Have access to all `info` calls | | homeassistant | Can access to all Home Assistant API endpoints | +| backup | Can access to all snapshot API endpoints | | manager | Is for Add-ons they run CLIs and need extended rights | | admin | Have access to every API call. That is the only one they can disable/enable the Add-on protection mode |