diff --git a/homeassistant/components/conversation.py b/homeassistant/components/conversation.py index fd2ad60d211..f00a640232f 100644 --- a/homeassistant/components/conversation.py +++ b/homeassistant/components/conversation.py @@ -1,9 +1,10 @@ """ homeassistant.components.conversation ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - Provides functionality to have conversations with Home Assistant. -This is more a proof of concept. + +For more details about this component, please refer to the documentation at +https://home-assistant.io/components/conversation.html """ import logging import re