mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 19:09:32 +00:00
Pass satellite id through assist pipeline (#151992)
This commit is contained in:
@@ -1707,6 +1707,7 @@ async def test_chat_log_tts_streaming(
|
||||
language: str | None = None,
|
||||
agent_id: str | None = None,
|
||||
device_id: str | None = None,
|
||||
satellite_id: str | None = None,
|
||||
extra_system_prompt: str | None = None,
|
||||
):
|
||||
"""Mock converse."""
|
||||
@@ -1715,6 +1716,7 @@ async def test_chat_log_tts_streaming(
|
||||
context=context,
|
||||
conversation_id=conversation_id,
|
||||
device_id=device_id,
|
||||
satellite_id=satellite_id,
|
||||
language=language,
|
||||
agent_id=agent_id,
|
||||
extra_system_prompt=extra_system_prompt,
|
||||
|
||||
Reference in New Issue
Block a user