Public Member Functions | |
| None | __init__ (self, *object args, Exception base_exception, str value_template, ReceivePayloadType|PayloadSentinel default, ReceivePayloadType payload, str|None entity_id=None) |
| str | __str__ (self) |
Public Member Functions inherited from homeassistant.exceptions.TemplateError | |
| None | __init__ (self, Exception|str exception) |
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) |
Private Attributes | |
| _message | |
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 | |
| None homeassistant.components.mqtt.models.MqttValueTemplateException.__init__ | ( | self, | |
| *object | args, | ||
| Exception | base_exception, | ||
| str | value_template, | ||
| ReceivePayloadType | PayloadSentinel | default, | ||
| ReceivePayloadType | payload, | ||
| str | None | entity_id = None |
||
| ) |
| str homeassistant.components.mqtt.models.MqttValueTemplateException.__str__ | ( | self | ) |
Return exception message string.
Reimplemented from homeassistant.exceptions.HomeAssistantError.
|
private |