Public Member Functions | |
| None | __init__ (self, str error) |
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 | |
| error | |
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 | |
Error to indicate input data is invalid.
Definition at line 1005 of file config_flow.py.
| None homeassistant.components.zwave_js.config_flow.InvalidInput.__init__ | ( | self, | |
| str | error | ||
| ) |
Initialize error.
Definition at line 1008 of file config_flow.py.
| homeassistant.components.zwave_js.config_flow.InvalidInput.error |
Definition at line 1011 of file config_flow.py.