core/homeassistant/components/conversation
Michael Hansen 311c321d06
Add HassShoppingListAddItem to default agent (#97232)
* Bump hassil and intents package for HassShoppingListAddItem

* Remove hard-coded response text

* Test adding item to the shopping list

* Hook removed import in test for some reason
2023-07-25 22:19:03 -04:00
..
__init__.py Clean up conversation agent attribution (#96883) 2023-07-19 09:03:53 +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 Improve `async_track_state_added/removed_domain` callback typing (#97126) 2023-07-24 09:11:41 +02:00
manifest.json Add HassShoppingListAddItem to default agent (#97232) 2023-07-25 22:19:03 -04: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 Ensure trigger sentences do not contain punctuation (#95633) 2023-06-30 13:06:26 -05:00
util.py