Files
core/homeassistant/auth/permissions/const.py
2018-12-13 16:13:43 +01:00

9 lines
181 B
Python

"""Permission constants."""
CAT_ENTITIES = 'entities'
CAT_CONFIG_ENTRIES = 'config_entries'
SUBCAT_ALL = 'all'
POLICY_READ = 'read'
POLICY_CONTROL = 'control'
POLICY_EDIT = 'edit'