Home Assistant Unofficial Reference
2024.12.1
const.py
Go to the documentation of this file.
1
"""Permission constants."""
2
3
CAT_ENTITIES =
"entities"
4
CAT_CONFIG_ENTRIES =
"config_entries"
5
SUBCAT_ALL =
"all"
6
7
POLICY_READ =
"read"
8
POLICY_CONTROL =
"control"
9
POLICY_EDIT =
"edit"
core
homeassistant
auth
permissions
const.py
Generated by
1.9.1