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) |
Repairs support for notify integration.
| 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.
| 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.