mirror of
https://github.com/home-assistant/core.git
synced 2025-11-12 20:40:18 +00:00
Adjust typing of AbstractConversationAgent.supported_languages (#91648)
* Adjust typing of AbstractConversationAgent.supported_languages * Update test
This commit is contained in:
@@ -148,4 +148,4 @@ async def test_conversation_agent(
|
||||
agent = await conversation._get_agent_manager(hass).async_get_agent(
|
||||
mock_config_entry.entry_id
|
||||
)
|
||||
assert agent.supported_languages == ["*"]
|
||||
assert agent.supported_languages == "*"
|
||||
|
||||
Reference in New Issue
Block a user