Site updated at 2017-02-13 11:22:49 UTC

This commit is contained in:
Travis CI 2017-02-13 11:22:49 +00:00
parent eab8d82693
commit ba0150f98d
42 changed files with 320 additions and 64 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>. 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><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 <a href="/components/recorder/"><code class="highlighter-rouge">recorder</code></a> component is set up to use e.g. MySQL or PostgreSQL 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>