Pass device ID to conversation input (#93867)
This commit is contained in:
parent
a1e9cf1c24
commit
cd330a2740
10 changed files with 31 additions and 10 deletions
|
@ -1371,6 +1371,7 @@ async def test_non_default_response(hass: HomeAssistant, init_components) -> Non
|
|||
text="open the front door",
|
||||
context=Context(),
|
||||
conversation_id=None,
|
||||
device_id=None,
|
||||
language=hass.config.language,
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue