Pass device ID to conversation input (#93867)

This commit is contained in:
Paulus Schoutsen 2023-05-31 16:56:12 -04:00 committed by GitHub
parent a1e9cf1c24
commit cd330a2740
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 31 additions and 10 deletions

View file

@ -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,
)
)