Namespaces | |
| network_settings_inconsistent | |
| wrong_silabs_firmware | |
Functions | |
| RepairsFlow | async_create_fix_flow (HomeAssistant hass, str issue_id, dict[str, str|int|float|None]|None data) |
| None | async_delete_blocking_issues (HomeAssistant hass) |
ZHA repairs for common environmental and device problems.
| RepairsFlow homeassistant.components.zha.repairs.async_create_fix_flow | ( | HomeAssistant | hass, |
| str | issue_id, | ||
| dict[str, str | int | float | None] | None | data | ||
| ) |
Create flow.
Definition at line 25 of file __init__.py.
| None homeassistant.components.zha.repairs.async_delete_blocking_issues | ( | HomeAssistant | hass | ) |
Delete repair issues that should disappear on a successful startup.
Definition at line 19 of file __init__.py.