Site updated at 2017-11-18 20:42:08 UTC

This commit is contained in:
Travis CI 2017-11-18 20:42:08 +00:00
parent 374261cd52
commit 3bb0d0697f
641 changed files with 7982 additions and 2283 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-purge">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 from when the <code class="highlighter-rouge">recorder component</code> is first enabled. If a scheduled purge is missed (e.g. if Home Assistant was not running) then the schedule will resume soon after Home Assistant restarts. You can use <a href="#service-purge">service</a> call <code class="highlighter-rouge">recorder.purge</code> when required without impacting the purge schedule.</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>