Public Member Functions | |
| None | __init__ (self, str reason, Mapping[str, str]|None description_placeholders=None) |
Public Member Functions inherited from homeassistant.exceptions.HomeAssistantError | |
| None | __init__ (self, *object args, str|None translation_domain=None, str|None translation_key=None, dict[str, str]|None translation_placeholders=None) |
| str | __str__ (self) |
Public Attributes | |
| description_placeholders | |
| reason | |
Public Attributes inherited from homeassistant.exceptions.HomeAssistantError | |
| generate_message | |
| translation_domain | |
| translation_key | |
| translation_placeholders | |
Additional Inherited Members | |
Static Public Attributes inherited from homeassistant.exceptions.HomeAssistantError | |
| bool | |
| None | |
Exception to indicate a flow needs to be aborted.
Definition at line 133 of file data_entry_flow.py.
| None homeassistant.data_entry_flow.AbortFlow.__init__ | ( | self, | |
| str | reason, | ||
| Mapping[str, str] | None | description_placeholders = None |
||
| ) |
Initialize an abort flow exception.
Definition at line 136 of file data_entry_flow.py.
| homeassistant.data_entry_flow.AbortFlow.description_placeholders |
Definition at line 142 of file data_entry_flow.py.
| homeassistant.data_entry_flow.AbortFlow.reason |
Definition at line 141 of file data_entry_flow.py.