OpenAI make supported features reflect the config entry options (#123047)

This commit is contained in:
Paulus Schoutsen
2024-08-02 12:08:44 +02:00
committed by GitHub
parent 449afe9e6f
commit adf8515698
2 changed files with 17 additions and 0 deletions

View File

@@ -521,6 +521,8 @@ async def test_unknown_hass_api(
},
)
await hass.async_block_till_done()
result = await conversation.async_converse(
hass, "hello", None, Context(), agent_id=mock_config_entry.entry_id
)