core/homeassistant/auth/permissions/const.py

9 lines
181 B
Python
Raw Normal View History

"""Permission constants."""
2019-07-31 19:25:30 +00:00
CAT_ENTITIES = "entities"
CAT_CONFIG_ENTRIES = "config_entries"
SUBCAT_ALL = "all"
2019-07-31 19:25:30 +00:00
POLICY_READ = "read"
POLICY_CONTROL = "control"
POLICY_EDIT = "edit"