Classes | |
| class | CloudAccountRepair |
| class | EAConfirmRepair |
| class | ProtectRepair |
| class | RTSPRepair |
Functions | |
| ProtectApiClient | _async_get_or_create_api_client (HomeAssistant hass, ConfigEntry entry) |
| RepairsFlow | async_create_fix_flow (HomeAssistant hass, str issue_id, dict[str, str|int|float|None]|None data) |
unifiprotect.repairs.
|
private |
Get or create an API client.
Definition at line 224 of file repairs.py.
| RepairsFlow homeassistant.components.unifiprotect.repairs.async_create_fix_flow | ( | HomeAssistant | hass, |
| str | issue_id, | ||
| dict[str, str | int | float | None] | None | data | ||
| ) |
Create flow.
Definition at line 233 of file repairs.py.