Public Member Functions | |
| Generator[str] | output (self, int indent) |
Public Member Functions inherited from homeassistant.exceptions.ConditionError | |
| str | __str__ (self) |
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) |
Additional Inherited Members | |
Public Attributes inherited from homeassistant.exceptions.HomeAssistantError | |
| generate_message | |
| translation_domain | |
| translation_key | |
| translation_placeholders | |
Static Public Attributes inherited from homeassistant.exceptions.HomeAssistantError | |
| bool | |
| None | |
Condition error message.
Definition at line 151 of file exceptions.py.
| Generator[str] homeassistant.exceptions.ConditionErrorMessage.output | ( | self, | |
| int | indent | ||
| ) |
Yield an indented representation.
Reimplemented from homeassistant.exceptions.ConditionError.
Definition at line 157 of file exceptions.py.