Classes | |
| class | AddonIssueRepairFlow |
| class | DockerConfigIssueRepairFlow |
| class | SupervisorIssueRepairFlow |
Functions | |
| RepairsFlow | async_create_fix_flow (HomeAssistant hass, str issue_id, dict[str, str|int|float|None]|None data) |
Variables | |
| dictionary | EXTRA_PLACEHOLDERS |
| dictionary | HELP_URLS |
| dictionary | SUGGESTION_CONFIRMATION_REQUIRED |
Repairs implementation for supervisor integration.
| RepairsFlow homeassistant.components.hassio.repairs.async_create_fix_flow | ( | HomeAssistant | hass, |
| str | issue_id, | ||
| dict[str, str | int | float | None] | None | data | ||
| ) |
Create flow.
Definition at line 209 of file repairs.py.
| dictionary homeassistant.components.hassio.repairs.EXTRA_PLACEHOLDERS |
Definition at line 41 of file repairs.py.
| dictionary homeassistant.components.hassio.repairs.HELP_URLS |
Definition at line 29 of file repairs.py.
| dictionary homeassistant.components.hassio.repairs.SUGGESTION_CONFIRMATION_REQUIRED |
Definition at line 34 of file repairs.py.