Site updated at 2015-10-06 06:20:04 UTC
This commit is contained in:
parent
65ede4184b
commit
0cd346e676
175 changed files with 4690 additions and 1281 deletions
|
@ -55,6 +55,7 @@
|
|||
<li><a href='/getting-started/'>Installing Home Assistant</a></li>
|
||||
<li><a href='/getting-started/configuration.html'>Configuration basics</a></li>
|
||||
<li><a href='/getting-started/devices.html'>Adding devices</a></li>
|
||||
<li><a href='/getting-started/presence-detection.html'>Presence detection</a></li>
|
||||
<li><a href='/getting-started/automation.html'>Automation</a></li>
|
||||
<li><a href='/components/'>Component overview</a></li>
|
||||
</ul>
|
||||
|
@ -348,9 +349,16 @@ go automate!</p>
|
|||
<li>Learn about the available <a href="/components/automation.html#conditions">automation conditions</a></li>
|
||||
<li>Learn about <a href="/components/script.html">scripts</a> to help you trigger multiple actions and delays</li>
|
||||
<li>Learn about <a href="/components/scene.html">scenes</a> to help you set many entities at once to your liking</li>
|
||||
<li>Setup the <a href="/components/#notify-service">notification component</a> to sent yourself messages</li>
|
||||
</ul>
|
||||
|
||||
|
||||
<p class='note warning'>
|
||||
Whenever you write the value <code>on</code> or <code>off</code>, surround it with quotes to avoid
|
||||
the YAML parser interpreting the values as booleans.
|
||||
</p>
|
||||
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue