m50 / ha-fallback-conversation

HomeAssistant Assist Fallback Conversation Agent
MIT License
15 stars 3 forks source link

Breaking change in HA 2024.5 beta #6

Closed mwhdc closed 2 days ago

mwhdc commented 3 weeks ago

Integration setup fails in b0 and b1. Looks like the core conversation component has changed.

2024-04-27 11:38:47.814 WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to import_module with args ('custom_components.fallback_conversation.config_flow',) in /usr/src/homeassistant/homeassistant/loader.py, line 1265: return importlib.import_module(f"{self.pkg_path}.{platform_name}") inside the event loop
2024-04-27 11:38:47.816 ERROR (MainThread) [homeassistant.config_entries] Error importing platform config_flow from integration fallback_conversation to set up fallback_conversation configuration entry: cannot import name '_get_agent_manager' from 'homeassistant.components.conversation' (/usr/src/homeassistant/homeassistant/components/conversation/__init__.py)
collateral87 commented 2 weeks ago

Same issue

markmghali commented 2 weeks ago

Same issue on full upgrade 2024.5 non beta. Thank you for your work on this awesome integration

m50 commented 2 days ago

See my response in #10