Home Assistant Unofficial Reference 2024.12.1
auth.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.config.auth
 

Functions

dict[str, Any] homeassistant.components.config.auth._user_info (User user)
 
bool homeassistant.components.config.auth.async_setup (HomeAssistant hass)
 
None homeassistant.components.config.auth.websocket_create (HomeAssistant hass, websocket_api.ActiveConnection connection, dict[str, Any] msg)
 
None homeassistant.components.config.auth.websocket_delete (HomeAssistant hass, websocket_api.ActiveConnection connection, dict[str, Any] msg)
 
None homeassistant.components.config.auth.websocket_list (HomeAssistant hass, websocket_api.ActiveConnection connection, dict[str, Any] msg)
 
None homeassistant.components.config.auth.websocket_update (HomeAssistant hass, websocket_api.ActiveConnection connection, dict[str, Any] msg)
 

Variables

 homeassistant.components.config.auth.SCHEMA_WS_DELETE
 
 homeassistant.components.config.auth.SCHEMA_WS_LIST
 
string homeassistant.components.config.auth.WS_TYPE_DELETE = "config/auth/delete"
 
string homeassistant.components.config.auth.WS_TYPE_LIST = "config/auth/list"