Hello everyone,
I have a problem with the Assist Pipeline and custom intents. The following error appears regularly:
Logger: homeassistant.components.assist_pipeline.pipeline
Source: components/assist_pipeline/pipeline.py:1065
Integration: Assist pipeline
Error: Unknown intent custom_intents
The error only occurs when I have "Prefer local command processing" enabled in the pipeline settings. What I've already checked/tried:
- Temporarily deactivated all my intent definitions (*.yaml.deactive)
- Enabled debug logging for conversation and intent helper
- Searched for the term "custom_intents" in all YAML files (not found)
- Commented out packages: !include_dir_named includes
The error continues to occur even though "custom_intents" isn't mentioned anywhere in my configuration files. The debug logs don't show any additional details. Does anyone have an idea where else to look for the cause?
Version: 2024.12.5