Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.zha.repairs Namespace Reference

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)
 

Detailed Description

ZHA repairs for common environmental and device problems.

Function Documentation

◆ async_create_fix_flow()

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.

◆ async_delete_blocking_issues()

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.