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:
parent
f228f7000e
commit
69ca7107b7
13 changed files with 108 additions and 68 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue