mirror of
https://github.com/home-assistant/core.git
synced 2025-05-03 05:29:14 +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"
|