-
-
Notifications
You must be signed in to change notification settings - Fork 34.6k
Open
Description
The problem
I am using the Azure OpenAI Conversation integration, and there are error logs related to conversation during startup. And after HA Voice Preview is woken up and executes a task, it doesn’t reply, and the indicator light keeps flashing counter-clockwise without turning off.
What version of Home Assistant Core has the issue?
2025.8.0
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
conversation
Link to integration documentation on our website
https://www.home-assistant.io/integrations/conversation
Diagnostics information
home-assistant_2025-08-07T15-47-10.515Z.log
Example YAML snippet
Anything in the logs that might be useful for us?
Every time I restart HA, there are 3 errors like this:
日志记录器: homeassistant.components.conversation
来源: helpers/entity_platform.py:676
集成: 对话(conversation) (文档, 问题)
首次出现: 23:34:42 (3 次出现)
上次记录: 23:34:42
Error adding entity conversation.azure_gpt_4o for domain conversation with platform azure_openai_conversation
Error adding entity conversation.azure_openai_conversation for domain conversation with platform azure_openai_conversation
Error adding entity conversation.azure_home_assist for domain conversation with platform azure_openai_conversation
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 676, in _async_add_entities
await self._async_add_entity(
entity, False, entity_registry, config_subentry_id
)
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 1002, in _async_add_entity
await entity.add_to_platform_finish()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1380, in add_to_platform_finish
await self.async_added_to_hass()
File "/config/custom_components/azure_openai_conversation/conversation.py", line 260, in async_added_to_hass
assist_pipeline.async_migrate_engine(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'homeassistant.components.assist_pipeline' has no attribute 'async_migrate_engine'
Additional information
No response