Home Assistant Unofficial Reference 2024.12.1
system_policies.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.auth.permissions.system_policies
 

Variables

dictionary homeassistant.auth.permissions.system_policies.ADMIN_POLICY = {CAT_ENTITIES: True}
 
dictionary homeassistant.auth.permissions.system_policies.READ_ONLY_POLICY = {CAT_ENTITIES: {SUBCAT_ALL: {POLICY_READ: True}}}
 
dictionary homeassistant.auth.permissions.system_policies.USER_POLICY = {CAT_ENTITIES: True}