Handler for an issue fixing flow.
Definition at line 13 of file repairs.py.
◆ __init__()
| None homeassistant.components.homeassistant.repairs.IntegrationNotFoundFlow.__init__ |
( |
|
self, |
|
|
dict[str, str] |
data |
|
) |
| |
◆ async_step_confirm()
| FlowResult homeassistant.components.homeassistant.repairs.IntegrationNotFoundFlow.async_step_confirm |
( |
|
self, |
|
|
dict[str, str] | None |
user_input = None |
|
) |
| |
Handle the confirm step of a fix flow.
Definition at line 31 of file repairs.py.
◆ async_step_ignore()
| FlowResult homeassistant.components.homeassistant.repairs.IntegrationNotFoundFlow.async_step_ignore |
( |
|
self, |
|
|
dict[str, str] | None |
user_input = None |
|
) |
| |
Handle the ignore step of a fix flow.
Definition at line 40 of file repairs.py.
◆ async_step_init()
| FlowResult homeassistant.components.homeassistant.repairs.IntegrationNotFoundFlow.async_step_init |
( |
|
self, |
|
|
dict[str, str] | None |
user_input = None |
|
) |
| |
Handle the first step of a fix flow.
Definition at line 21 of file repairs.py.
◆ domain
| homeassistant.components.homeassistant.repairs.IntegrationNotFoundFlow.domain |
The documentation for this class was generated from the following file:
- core/homeassistant/components/homeassistant/repairs.py