Public Member Functions | |
| None | __init__ (self, str item_id) |
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 | |
| item_id | |
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 | |
Raised when attempting to delete the preferred pipelen.
Definition at line 1566 of file pipeline.py.
| None homeassistant.components.assist_pipeline.pipeline.PipelinePreferred.__init__ | ( | self, | |
| str | item_id | ||
| ) |
Initialize pipeline preferred error.
Definition at line 1569 of file pipeline.py.
| homeassistant.components.assist_pipeline.pipeline.PipelinePreferred.item_id |
Definition at line 1572 of file pipeline.py.