core/tests/components/conversation
Paulus Schoutsen 5062a7fec8
Add new api to fetch sentence triggers (#132764)
* Add new api to fetch sentence triggers

* With latest packages
2024-12-09 23:21:27 -05:00
..
snapshots Add new api to fetch sentence triggers (#132764) 2024-12-09 23:21:27 -05:00
__init__.py Use HassKey in homeassistant integration (#120332) 2024-06-24 16:37:07 +02:00
common.py Refactor conversation mock_agent (#114428) 2024-03-29 14:38:58 +01:00
conftest.py Add type hints for MockAgent in conversation tests (#118701) 2024-06-03 17:44:13 +02:00
test_agent_manager.py Add a test for async_converse (#124697) 2024-08-27 11:01:00 -05:00
test_default_agent.py Ensure entity names are not hassil templates (#132184) 2024-12-03 19:37:05 +01:00
test_default_agent_intents.py Set HA time zone with freeze_time in agent test (#131058) 2024-11-20 19:29:36 +01:00
test_entity.py Add conversation agent debug tracing (#118124) 2024-05-25 14:16:51 -04:00
test_http.py Add new api to fetch sentence triggers (#132764) 2024-12-09 23:21:27 -05:00
test_init.py Allow empty trigger sentence responses in conversations (#131849) 2024-11-28 18:30:05 +01:00
test_trace.py Upgrade to hassil 2.0 (#130544) 2024-11-13 16:50:08 -05:00
test_trigger.py Make the full conversation input available to sentence triggers (#131982) 2024-11-30 22:04:29 -06:00
test_util.py