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

Public Member Functions

None __init__ (self, str wake_up_phrase)
 
- Public Member Functions inherited from homeassistant.components.assist_pipeline.error.PipelineError
None __init__ (self, str code, str message)
 
- 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)
 

Additional Inherited Members

- Public Attributes inherited from homeassistant.components.assist_pipeline.error.PipelineError
 code
 
 message
 
- 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
 

Detailed Description

Error when multiple voice assistants wake up at the same time (same wake word).

Definition at line 41 of file error.py.

Constructor & Destructor Documentation

◆ __init__()

None homeassistant.components.assist_pipeline.error.DuplicateWakeUpDetectedError.__init__ (   self,
str  wake_up_phrase 
)
Set error message.

Definition at line 44 of file error.py.


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