Home Assistant Unofficial Reference 2024.12.1
homeassistant.auth.providers.homeassistant.HassLoginFlow Class Reference
Inheritance diagram for homeassistant.auth.providers.homeassistant.HassLoginFlow:
[legend]
Collaboration diagram for homeassistant.auth.providers.homeassistant.HassLoginFlow:
[legend]

Public Member Functions

AuthFlowResult async_step_init (self, dict[str, str]|None user_input=None)
 

Detailed Description

Handler for the login flow.

Definition at line 403 of file homeassistant.py.

Member Function Documentation

◆ async_step_init()

AuthFlowResult homeassistant.auth.providers.homeassistant.HassLoginFlow.async_step_init (   self,
dict[str, str] | None   user_input = None 
)
Handle the step of the form.

Definition at line 406 of file homeassistant.py.


The documentation for this class was generated from the following file: