Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.assist_pipeline.pipeline.PipelinePreferred Class Reference
Inheritance diagram for homeassistant.components.assist_pipeline.pipeline.PipelinePreferred:
[legend]
Collaboration diagram for homeassistant.components.assist_pipeline.pipeline.PipelinePreferred:
[legend]

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
 

Detailed Description

Raised when attempting to delete the preferred pipelen.

Definition at line 1566 of file pipeline.py.

Constructor & Destructor Documentation

◆ __init__()

None homeassistant.components.assist_pipeline.pipeline.PipelinePreferred.__init__ (   self,
str  item_id 
)
Initialize pipeline preferred error.

Definition at line 1569 of file pipeline.py.

Member Data Documentation

◆ item_id

homeassistant.components.assist_pipeline.pipeline.PipelinePreferred.item_id

Definition at line 1572 of file pipeline.py.


The documentation for this class was generated from the following file: