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

Functions

RepairsFlow async_create_fix_flow (HomeAssistant hass, str issue_id, dict[str, str|int|float|None]|None data)
 
None migrate_notify_issue (HomeAssistant hass, str domain, str integration_title, str breaks_in_ha_version, str|None service_name=None)
 

Detailed Description

Repairs support for notify integration.

Function Documentation

◆ async_create_fix_flow()

RepairsFlow homeassistant.components.notify.repairs.async_create_fix_flow ( HomeAssistant  hass,
str  issue_id,
dict[str, str | int | float | None] | None  data 
)
Create flow.

Definition at line 56 of file repairs.py.

◆ migrate_notify_issue()

None homeassistant.components.notify.repairs.migrate_notify_issue ( HomeAssistant  hass,
str  domain,
str  integration_title,
str  breaks_in_ha_version,
str | None   service_name = None 
)
Ensure an issue is registered.

Definition at line 13 of file repairs.py.