From 451f17ccdbe7df46312678b2e829f85bc42f812a Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 16 Jun 2015 10:21:03 +0200 Subject: [PATCH] add icon --- source/components/conversation.markdown | 3 +++ 1 file changed, 3 insertions(+) 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: ```