Public Member Functions | |
| None | __init__ (self, *object args, Exception base_exception, str command_template, PublishPayloadType value, str|None entity_id=None) |
| 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) |
Public Attributes | |
| translation_domain | |
| translation_key | |
| translation_placeholders | |
Public Attributes inherited from homeassistant.exceptions.HomeAssistantError | |
| generate_message | |
| translation_domain | |
| translation_key | |
| translation_placeholders | |
Private Attributes | |
| _message | |
Additional Inherited Members | |
Static Public Attributes inherited from homeassistant.exceptions.HomeAssistantError | |
| bool | |
| None | |
| None homeassistant.components.mqtt.models.MqttCommandTemplateException.__init__ | ( | self, | |
| *object | args, | ||
| Exception | base_exception, | ||
| str | command_template, | ||
| PublishPayloadType | value, | ||
| str | None | entity_id = None |
||
| ) |
| str homeassistant.components.mqtt.models.MqttCommandTemplateException.__str__ | ( | self | ) |
Return exception message string.
Reimplemented from homeassistant.exceptions.HomeAssistantError.
|
private |
| homeassistant.components.mqtt.models.MqttCommandTemplateException.translation_domain |
| homeassistant.components.mqtt.models.MqttCommandTemplateException.translation_key |
| homeassistant.components.mqtt.models.MqttCommandTemplateException.translation_placeholders |