Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.auth.permissions.const
 

Variables

string homeassistant.auth.permissions.const.CAT_CONFIG_ENTRIES = "config_entries"
 
string homeassistant.auth.permissions.const.CAT_ENTITIES = "entities"
 
string homeassistant.auth.permissions.const.POLICY_CONTROL = "control"
 
string homeassistant.auth.permissions.const.POLICY_EDIT = "edit"
 
string homeassistant.auth.permissions.const.POLICY_READ = "read"
 
string homeassistant.auth.permissions.const.SUBCAT_ALL = "all"