Classes | |
| class | LegacySubscriptionRepairFlow |
Functions | |
| RepairsFlow | async_create_fix_flow (HomeAssistant hass, str issue_id, dict[str, str|int|float|None]|None data) |
| None | async_manage_legacy_subscription_issue (HomeAssistant hass, dict[str, Any] subscription_info) |
Variables | |
| int | BACKOFF_TIME = 5 |
| int | MAX_RETRIES = 60 |
Repairs implementation for the cloud integration.
| RepairsFlow homeassistant.components.cloud.repairs.async_create_fix_flow | ( | HomeAssistant | hass, |
| str | issue_id, | ||
| dict[str, str | int | float | None] | None | data | ||
| ) |
Create flow.
Definition at line 121 of file repairs.py.
| None homeassistant.components.cloud.repairs.async_manage_legacy_subscription_issue | ( | HomeAssistant | hass, |
| dict[str, Any] | subscription_info | ||
| ) |
Manage the legacy subscription issue. If the provider is "legacy" create an issue, in all other cases remove the issue.
Definition at line 27 of file repairs.py.
| int homeassistant.components.cloud.repairs.BACKOFF_TIME = 5 |
Definition at line 22 of file repairs.py.
| int homeassistant.components.cloud.repairs.MAX_RETRIES = 60 |
Definition at line 23 of file repairs.py.