Site updated at 2017-10-16 19:46:37 UTC

This commit is contained in:
Travis CI 2017-10-16 19:46:38 +00:00
parent 1ef09e751b
commit ee74a5cab3
26 changed files with 65 additions and 65 deletions

View file

@ -84,7 +84,7 @@
</div>
<p>Configuration variables:</p>
<ul>
<li><strong>purge_interval</strong> (<em>Optional</em>): (days) Enable scheduled purge of older events and states. The purge task runs every x days, starting from when Home Assistant is started. If you restart your instance more frequently, than the purge will never take place. You can use <a href="#service">service</a> call <code class="highlighter-rouge">recorder.purge</code> when needed.</li>
<li><strong>purge_interval</strong> (<em>Optional</em>): (days) Enable scheduled purge of older events and states. The purge task runs every x days, starting from when Home Assistant is started. If you restart your instance more frequently, than the purge will never take place. You can use <a href="#service-purge">service</a> call <code class="highlighter-rouge">recorder.purge</code> when needed.</li>
<li><strong>purge_keep_days</strong> (<em>Required with <code class="highlighter-rouge">purge_interval</code></em>): Specify number of history days to keep in recorder database after purge.</li>
<li><strong>exclude</strong> (<em>Optional</em>): Configure which components should be excluded from recordings.
<ul>