Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.hassio.auth Namespace Reference

Classes

class  HassIOAuth
 
class  HassIOBaseAuth
 
class  HassIOPasswordReset
 

Functions

None async_setup_auth_view (HomeAssistant hass, User user)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Implement the auth feature from Hass.io for Add-ons.

Function Documentation

◆ async_setup_auth_view()

None homeassistant.components.hassio.auth.async_setup_auth_view ( HomeAssistant  hass,
User  user 
)
Auth setup.

Definition at line 25 of file auth.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.hassio.auth._LOGGER = logging.getLogger(__name__)
private

Definition at line 21 of file auth.py.