Variables | |
| dictionary | ADMIN_POLICY = {CAT_ENTITIES: True} |
| dictionary | READ_ONLY_POLICY = {CAT_ENTITIES: {SUBCAT_ALL: {POLICY_READ: True}}} |
| dictionary | USER_POLICY = {CAT_ENTITIES: True} |
System policies.
| dictionary homeassistant.auth.permissions.system_policies.ADMIN_POLICY = {CAT_ENTITIES: True} |
Definition at line 5 of file system_policies.py.
| dictionary homeassistant.auth.permissions.system_policies.READ_ONLY_POLICY = {CAT_ENTITIES: {SUBCAT_ALL: {POLICY_READ: True}}} |
Definition at line 9 of file system_policies.py.
| dictionary homeassistant.auth.permissions.system_policies.USER_POLICY = {CAT_ENTITIES: True} |
Definition at line 7 of file system_policies.py.