mirror of
https://github.com/home-assistant/core.git
synced 2025-11-08 02:19:31 +00:00
9 lines
181 B
Python
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'
|