Site updated at 2016-07-23 07:51:44 UTC

This commit is contained in:
Travis CI 2016-07-23 07:51:45 +00:00
parent 58e0010b3b
commit 78b720c145
25 changed files with 35 additions and 35 deletions

View file

@ -104,7 +104,7 @@
<div class="highlighter-coderay"><div class="CodeRay">
<div class="code"><pre><span class="key">homeassistant</span>:
<span class="comment"># Name of the location where Home Assistant is running</span>
<span class="key">name</span>: <span class="string"><span class="content">My Hass Instance</span></span>
<span class="key">name</span>: <span class="string"><span class="content">My Home Assistant Instance</span></span>
<span class="comment"># Location required to calculate the time the sun rises and sets</span>
<span class="key">latitude</span>: <span class="string"><span class="content">37</span></span>
<span class="key">longitude</span>: <span class="string"><span class="content">-121</span></span>
@ -155,7 +155,7 @@
<p>While some of these components can technically be moved to a separate file they are so small or “one offs” where splitting them off is superfluous. Also, youll notice the # symbol (hash/pound). This represents a “comment” as far as the commands are interpreted. Put another way, any line prefixed with a <code>#</code> will be ignored. This makes breaking up files for human readability really convenient, not to mention turning off features while leaving the entry intact. (Look at the <code>zigbee:</code> entry above and the b entry further down)</p>
<p>Now, lets assume that a blank file has been created in the hass configuration directory for each of the following:</p>
<p>Now, lets assume that a blank file has been created in the Home Assistant configuration directory for each of the following:</p>
<div class="highlighter-coderay"><div class="CodeRay">
<div class="code"><pre>automation.yaml