Site updated at 2016-10-08 18:28:01 UTC
This commit is contained in:
parent
c33649c7ed
commit
85df6d11f5
522 changed files with 7493 additions and 3477 deletions
|
@ -99,7 +99,6 @@
|
|||
|
||||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
|
||||
<span class="s">recorder</span><span class="pi">:</span>
|
||||
<span class="s">purge_days</span><span class="pi">:</span> <span class="s">14</span>
|
||||
</code></pre>
|
||||
</div>
|
||||
|
||||
|
@ -110,6 +109,13 @@
|
|||
<li><strong>db_url</strong> (<em>Optional</em>): The URL which point to your database.</li>
|
||||
</ul>
|
||||
|
||||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
|
||||
<span class="s">recorder</span><span class="pi">:</span>
|
||||
<span class="s">purge_days</span><span class="pi">:</span> <span class="s">5</span>
|
||||
<span class="s">db_url</span><span class="pi">:</span> <span class="s">sqlite:///home/user/.homeassistant/test</span>
|
||||
</code></pre>
|
||||
</div>
|
||||
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue