Home Assistant Unofficial Reference 2024.12.1
homeassistant.auth.permissions.const Namespace Reference

Variables

string CAT_CONFIG_ENTRIES = "config_entries"
 
string CAT_ENTITIES = "entities"
 
string POLICY_CONTROL = "control"
 
string POLICY_EDIT = "edit"
 
string POLICY_READ = "read"
 
string SUBCAT_ALL = "all"
 

Detailed Description

Permission constants.

Variable Documentation

◆ CAT_CONFIG_ENTRIES

string homeassistant.auth.permissions.const.CAT_CONFIG_ENTRIES = "config_entries"

Definition at line 4 of file const.py.

◆ CAT_ENTITIES

string homeassistant.auth.permissions.const.CAT_ENTITIES = "entities"

Definition at line 3 of file const.py.

◆ POLICY_CONTROL

string homeassistant.auth.permissions.const.POLICY_CONTROL = "control"

Definition at line 8 of file const.py.

◆ POLICY_EDIT

string homeassistant.auth.permissions.const.POLICY_EDIT = "edit"

Definition at line 9 of file const.py.

◆ POLICY_READ

string homeassistant.auth.permissions.const.POLICY_READ = "read"

Definition at line 7 of file const.py.

◆ SUBCAT_ALL

string homeassistant.auth.permissions.const.SUBCAT_ALL = "all"

Definition at line 5 of file const.py.