diff --git a/source/components/conversation.markdown b/source/components/conversation.markdown index 59dc54a6d02..da1f41b9baf 100644 --- a/source/components/conversation.markdown +++ b/source/components/conversation.markdown @@ -9,8 +9,11 @@ sharing: true footer: true --- + The conversation component can process sentences into commands for Home Assistant. It is currently limited to parsing commands in the format `turn `. +To enable the conversion option in your installation, add the following to your `configuration.yaml` file: + ``` conversation: ```