Add conversation entity (#114518)
* Default agent as entity * Migrate constant to point at new value * Fix tests * Fix more tests * Move assist pipeline back to cloud after dependenceis
This commit is contained in:
parent
b1af590eed
commit
d2e4f5f36e
33 changed files with 566 additions and 177 deletions
|
@ -194,7 +194,7 @@ async def test_conversation_agent(
|
|||
mock_init_component,
|
||||
) -> None:
|
||||
"""Test OpenAIAgent."""
|
||||
agent = await conversation.get_agent_manager(hass).async_get_agent(
|
||||
agent = conversation.get_agent_manager(hass).async_get_agent(
|
||||
mock_config_entry.entry_id
|
||||
)
|
||||
assert agent.supported_languages == "*"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue