Lots of typo corrections, added some useful examples. In automation / numeric state, I removed the config lines that used value_template for battery when the condition was for a temp sensor.

This commit is contained in:
Lindsay Ward 2016-03-28 12:46:47 +10:00
parent f228f7000e
commit 69ca7107b7
13 changed files with 108 additions and 68 deletions

View file

@ -12,7 +12,8 @@ ha_category: "Voice"
---
The conversation component can process sentences into commands for Home Assistant. It is currently limited to parsing commands in the format `turn <Friendly Name> <on/off>`.
The conversation component can process sentences into commands for Home Assistant. It is currently limited to parsing commands in the format `turn <Friendly Name> <on/off>`.
To enable the conversion option in your installation, add the following to your `configuration.yaml` file:
@ -26,3 +27,7 @@ When this component is active and you are using a supported browser voice comman
<p class='img'>
<img src="/images/screenshots/voice-commands.png" />
</p>
<p class='note note'>
Apple iPhones do not support this feature in any browser.
</p>