Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.kitchen_sink.repairs.DemoFixFlow Class Reference
Inheritance diagram for homeassistant.components.kitchen_sink.repairs.DemoFixFlow:
[legend]
Collaboration diagram for homeassistant.components.kitchen_sink.repairs.DemoFixFlow:
[legend]

Public Member Functions

data_entry_flow.FlowResult async_step_init (self, dict[str, str]|None user_input=None)
 

Detailed Description

Handler for an issue fixing flow.

Definition at line 12 of file repairs.py.

Member Function Documentation

◆ async_step_init()

data_entry_flow.FlowResult homeassistant.components.kitchen_sink.repairs.DemoFixFlow.async_step_init (   self,
dict[str, str] | None   user_input = None 
)
Handle the first step of a fix flow.

Definition at line 15 of file repairs.py.


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