core/homeassistant/components/conversation
Tudor Sandu fe472e6c5b
Fix error if a `custom_sentences` file is empty (#93530)
* Fix #93528

* Log warning file is invalid

* More explicit log warning message

* Rewrite log message
2023-05-30 19:53:52 -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 Fix error if a `custom_sentences` file is empty (#93530) 2023-05-30 19:53:52 -04:00
manifest.json Bump intents to 2023.5.30 (#93822) 2023-05-30 22:11:08 +02:00
services.yaml Add support for multiple conversation agents (#87337) 2023-02-03 23:35:29 -05:00
strings.json
util.py