core/homeassistant/components/conversation
J. Nick Koston e2b69fc470
Significantly improve performance of conversation default_agent listening for new states (#93577)
Use the async_track_state_added_domain helper instead of tracking
all state changes and rejecting them as it is already optimized
for this job
2023-05-25 23:04:38 -04:00
..
__init__.py Don't use storage collection helper in ExposedEntities (#92396) 2023-05-03 12:39:22 +02:00
agent.py Adjust typing of AbstractConversationAgent.supported_languages (#91648) 2023-04-19 10:53:49 -04:00
const.py Allow exposing any entity to the default conversation agent (#92398) 2023-05-03 09:45:54 -04:00
default_agent.py Significantly improve performance of conversation default_agent listening for new states (#93577) 2023-05-25 23:04:38 -04:00
manifest.json Remove homeassistant from conversation dependencies (#92170) 2023-04-28 18:17:48 +02:00
services.yaml Add support for multiple conversation agents (#87337) 2023-02-03 23:35:29 -05:00
strings.json
util.py