Site updated at 2018-01-25 18:03:55 UTC
This commit is contained in:
parent
94552b64db
commit
03173cafcb
26 changed files with 69 additions and 64 deletions
|
@ -97,6 +97,11 @@
|
|||
</div>
|
||||
<p>Don’t forget to save your new automation rule. In order for your saved automation rule to come into effect you will need to go to the <strong>Configuration</strong> page and click on <strong>Reload Automation</strong>.</p>
|
||||
<h2><a class="title-link" name="updating-your-configuration-to-use-the-editor" href="#updating-your-configuration-to-use-the-editor"></a> Updating your configuration to use the editor</h2>
|
||||
<p>First check that you have activated the configuration editor.</p>
|
||||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Activate the configuration editor</span>
|
||||
<span class="s">config</span><span class="pi">:</span>
|
||||
</code></pre>
|
||||
</div>
|
||||
<p>The automation editor reads and writes to the file <code class="highlighter-rouge">automations.yaml</code> in your <a href="/docs/configuration/">configuration</a> folder. Make sure that you have set up the automation component to read from it:</p>
|
||||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Configuration.yaml example</span>
|
||||
<span class="s">automation</span><span class="pi">:</span> <span class="kt">!include</span> <span class="s">automations.yaml</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue