-
-
Notifications
You must be signed in to change notification settings - Fork 36.5k
Description
The problem
The problem:
After a clean install of the OpenAI Conversation integration in Home Assistant (core), the expected openai_conversation.converse service is not available.
Steps taken:
• Deleted OpenAI Conversation integration
• Restarted Home Assistant via the System > YAML configuration method
• Re-added the integration from scratch
• Confirmed API key is valid and functioning (tested via generate_content)
• Service openai_conversation.generate_content is available
• Service openai_conversation.generate_image is available
• Service openai_conversation.converse is missing
• This prevents use of conversation agents and templates that depend on LLM conversation
I’ve followed all instructions provided in the official docs and replicated the issue even after complete reset of the integration. Other users are also reporting the same issue across multiple platforms.
⸻
Environment:
• Home Assistant Core Version: 2025.4.1
• Installation Type: Raspberry Pi 4, installed via official Home Assistant OS image
• Browser: Chrome on macOS
• Integration version: Latest from UI as of April 10, 2025
• API Key tested and working (used with generate_content)
• Restarted via Settings > System > YAML
What version of Home Assistant Core has the issue?
core-2025.4.1
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant OS
Integration causing the issue
OpenAI Conversation
Link to integration documentation on our website
https://www.home-assistant.io/integrations/openai_conversation
Diagnostics information
No response
Example YAML snippet
Anything in the logs that might be useful for us?
Additional information
No response