Home Assistant Unofficial Reference 2024.12.1
homeassistant.auth.providers.command_line.CommandLineLoginFlow Class Reference
Inheritance diagram for homeassistant.auth.providers.command_line.CommandLineLoginFlow:
[legend]
Collaboration diagram for homeassistant.auth.providers.command_line.CommandLineLoginFlow:
[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 136 of file command_line.py.

Member Function Documentation

◆ async_step_init()

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

Definition at line 139 of file command_line.py.


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