core/homeassistant/components/conversation
Michael Hansen 7e3fdd85fc
Add wildcards to sentence triggers (#97236)
Co-authored-by: Franck Nijhof <git@frenck.dev>
2023-07-27 20:30:42 +02:00
..
__init__.py Add wildcards to sentence triggers (#97236) 2023-07-27 20:30:42 +02:00
agent.py Clean up conversation agent attribution (#96883) 2023-07-19 09:03:53 +02:00
const.py Allow exposing any entity to the default conversation agent (#92398) 2023-05-03 09:45:54 -04:00
default_agent.py Add wildcards to sentence triggers (#97236) 2023-07-27 20:30:42 +02:00
manifest.json Add wildcards to sentence triggers (#97236) 2023-07-27 20:30:42 +02:00
services.yaml Migrate conversation services to support translations (#96365) 2023-07-12 12:32:25 +02:00
strings.json Migrate conversation services to support translations (#96365) 2023-07-12 12:32:25 +02:00
trigger.py Add wildcards to sentence triggers (#97236) 2023-07-27 20:30:42 +02:00
util.py