Home Assistant Unofficial Reference 2024.12.1
auth_provider_homeassistant.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.config.auth_provider_homeassistant
 

Functions

bool homeassistant.components.config.auth_provider_homeassistant.async_setup (HomeAssistant hass)
 
None homeassistant.components.config.auth_provider_homeassistant.websocket_admin_change_password (HomeAssistant hass, websocket_api.ActiveConnection connection, dict[str, Any] msg)
 
None homeassistant.components.config.auth_provider_homeassistant.websocket_admin_change_username (HomeAssistant hass, websocket_api.ActiveConnection connection, dict[str, Any] msg)
 
None homeassistant.components.config.auth_provider_homeassistant.websocket_change_password (HomeAssistant hass, websocket_api.ActiveConnection connection, dict[str, Any] msg)
 
None homeassistant.components.config.auth_provider_homeassistant.websocket_create (HomeAssistant hass, websocket_api.ActiveConnection connection, dict[str, Any] msg)
 
None homeassistant.components.config.auth_provider_homeassistant.websocket_delete (HomeAssistant hass, websocket_api.ActiveConnection connection, dict[str, Any] msg)