Home Assistant Unofficial Reference 2024.12.1
auth_store.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.auth.auth_store.AuthStore
 

Namespaces

 homeassistant.auth.auth_store
 

Functions

models.Group homeassistant.auth.auth_store._system_admin_group ()
 
models.Group homeassistant.auth.auth_store._system_read_only_group ()
 
models.Group homeassistant.auth.auth_store._system_user_group ()
 

Variables

int homeassistant.auth.auth_store.DEFAULT_SAVE_DELAY = 1
 
string homeassistant.auth.auth_store.GROUP_NAME_ADMIN = "Administrators"
 
string homeassistant.auth.auth_store.GROUP_NAME_READ_ONLY = "Read Only"
 
string homeassistant.auth.auth_store.GROUP_NAME_USER = "Users"
 
int homeassistant.auth.auth_store.INITIAL_LOAD_SAVE_DELAY = 300
 
string homeassistant.auth.auth_store.STORAGE_KEY = "auth"
 
int homeassistant.auth.auth_store.STORAGE_VERSION = 1