Site updated at 2018-01-17 12:29:18 UTC

This commit is contained in:
Travis CI 2018-01-17 12:29:18 +00:00
parent 6ee5a9a7e6
commit 0588f1a95f
37 changed files with 260 additions and 90 deletions

View file

@ -82,7 +82,7 @@ With the current implementation timers dont persist over restarts. After a re
<p>To add a timer to your installation, add the following to your <code class="highlighter-rouge">configuration.yaml</code> file:</p>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
<span class="s">timer</span><span class="pi">:</span>
<span class="s">timer</span><span class="pi">:</span>
<span class="s">laundry</span><span class="pi">:</span>
<span class="s">duration</span><span class="pi">:</span> <span class="s1">'</span><span class="s">00:01:00'</span>
</code></pre>
</div>