Site updated at 2016-08-22 07:27:31 UTC
This commit is contained in:
parent
2b3b3c962c
commit
f9d65cbe57
23 changed files with 43 additions and 45 deletions
|
@ -95,14 +95,12 @@
|
|||
|
||||
<p>The default database engine is <a href="https://www.sqlite.org/">SQLite</a> which doesn’t require any configuration. The database is stored in your Home Assistant configuration directory (<code>.homeassistant</code>) and called <code>home-assistant.db</code>.</p>
|
||||
|
||||
<div class="highlighter-coderay"><div class="CodeRay">
|
||||
<div class="code"><pre>
|
||||
To setup the `recorder` component in your installation, add the following to your `configuration.yaml` file:
|
||||
<p>To setup the <code>recorder</code> component in your installation, add the following to your <code>configuration.yaml</code> file:</p>
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
recorder:
|
||||
purge_days: 14
|
||||
<div class="highlighter-coderay"><div class="CodeRay">
|
||||
<div class="code"><pre><span class="comment"># Example configuration.yaml entry</span>
|
||||
<span class="key">recorder</span>:
|
||||
<span class="key">purge_days</span>: <span class="string"><span class="content">14</span></span>
|
||||
</pre></div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue