Create role for backup add-ons (#755)

* Create role for backup add-ons

* Update validate.py

* Update security.py
This commit is contained in:
Pascal Vizeli
2018-10-12 12:48:12 +02:00
committed by GitHub
parent 8443da0b9f
commit 571c42ef7d
3 changed files with 9 additions and 2 deletions

View File

@@ -256,5 +256,6 @@ FEATURES_SERVICES = 'services'
ROLE_DEFAULT = 'default'
ROLE_HOMEASSISTANT = 'homeassistant'
ROLE_BACKUP = 'backup'
ROLE_MANAGER = 'manager'
ROLE_ADMIN = 'admin'