core/homeassistant/components/conversation
Michael Hansen 6b8ae0ec86
Ensure trigger sentences do not contain punctuation (#95633)
* Ensure trigger sentences do not contain punctuation

* Update homeassistant/components/conversation/trigger.py

Co-authored-by: Paulus Schoutsen <balloob@gmail.com>

---------

Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2023-06-30 13:06:26 -05:00
..
__init__.py Add targeted entities to sentence debug API (#95480) 2023-06-28 18:34:43 -04:00
agent.py Pass device ID to conversation input (#93867) 2023-05-31 16:56:12 -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 Sentence trigger (#94613) 2023-06-22 18:29:34 -05:00
manifest.json Bump home-assistant-intents to 2023.6.28 (#95451) 2023-06-28 19:35:18 +02:00
services.yaml Mark text input required for conversation.process service (#95520) 2023-06-29 17:39:08 +02:00
strings.json
trigger.py Ensure trigger sentences do not contain punctuation (#95633) 2023-06-30 13:06:26 -05:00
util.py