Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.auth.AuthManager
 
class  homeassistant.auth.AuthManagerFlowManager
 
class  homeassistant.auth.InvalidAuthError
 
class  homeassistant.auth.InvalidProvider
 

Namespaces

 homeassistant.auth
 

Functions

AuthManager homeassistant.auth.auth_manager_from_config (HomeAssistant hass, list[dict[str, Any]] provider_configs, list[dict[str, Any]] module_configs)
 

Variables

 homeassistant.auth._MfaModuleDict
 
 homeassistant.auth._ProviderDict
 
 homeassistant.auth._ProviderKey
 
string homeassistant.auth.EVENT_USER_ADDED = "user_added"
 
string homeassistant.auth.EVENT_USER_REMOVED = "user_removed"
 
string homeassistant.auth.EVENT_USER_UPDATED = "user_updated"