Site updated at 2017-02-13 10:58:25 UTC

This commit is contained in:
Travis CI 2017-02-13 10:58:25 +00:00
parent 83b488556f
commit 4884649064
24 changed files with 64 additions and 37 deletions

View file

@ -90,7 +90,7 @@
<hr class="divider">
<p><img src="/images/screenshots/logbook.png" style="margin-left:10px; float: right;" height="100" /> The logbook component provides a different perspective on the history of your house by showing all the changes that happened to your house in reverse chronological order. <a href="/demo/">See the demo for a live example</a>.</p>
<p><img src="/images/screenshots/logbook.png" style="margin-left:10px; float: right;" height="100" /> The logbook component provides a different perspective on the history of your house by showing all the changes that happened to your house in reverse chronological order. <a href="/demo/">See the demo for a live example</a>. It depends on the <code class="highlighter-rouge">recorder</code> component for storing the data. This means that if the <code class="highlighter-rouge">recorder</code> component is set up to use e.g. mySQL as data store, the <code class="highlighter-rouge">logbook</code> component does not use the default SQLite database to store data.</p>
<p>To enable the logbook in your installation, add the following to your <code class="highlighter-rouge">configuration.yaml</code> file:</p>