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

Public Member Functions

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

Public Attributes

 entry_id
 

Detailed Description

Handler to show doorbird error and reload.

Definition at line 13 of file repairs.py.

Constructor & Destructor Documentation

◆ __init__()

None homeassistant.components.doorbird.repairs.DoorBirdReloadConfirmRepairFlow.__init__ (   self,
str  entry_id 
)
Initialize the flow.

Definition at line 16 of file repairs.py.

Member Function Documentation

◆ async_step_confirm()

data_entry_flow.FlowResult homeassistant.components.doorbird.repairs.DoorBirdReloadConfirmRepairFlow.async_step_confirm (   self,
dict[str, str] | None   user_input = None 
)
Handle the confirm step of a fix flow.

Definition at line 26 of file repairs.py.

◆ async_step_init()

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

Definition at line 20 of file repairs.py.

Member Data Documentation

◆ entry_id

homeassistant.components.doorbird.repairs.DoorBirdReloadConfirmRepairFlow.entry_id

Definition at line 18 of file repairs.py.


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