Site updated at 2017-02-08 20:07:22 UTC

This commit is contained in:
Travis CI 2017-02-08 20:07:24 +00:00
parent 402de9d3d4
commit 6752cc264f
24 changed files with 41 additions and 45 deletions

View file

@ -94,7 +94,7 @@
<p>Home Assistant uses <a href="http://www.sqlalchemy.org/">SQLAlchemy</a> as Object Relational Mapper (ORM). This means that you can now use <strong>any</strong> SQL backend for the recorder that is supported by SQLAlchemy, like <a href="https://www.mysql.com/">MySQL</a>, <a href="https://mariadb.org/">MariaDB</a>, or <a href="https://www.postgresql.org/">PostgreSQL</a>.</p>
<p>The default database engine is <a href="https://www.sqlite.org/">SQLite</a> which doesnt require any configuration. The database is stored in your Home Assistant configuration directory (<code class="highlighter-rouge">.homeassistant</code>) and called <code class="highlighter-rouge">home-assistant.db</code>.</p>
<p>The default database engine is <a href="https://www.sqlite.org/">SQLite</a> which doesnt require any configuration. The database is stored in your Home Assistant configuration directory (<code class="highlighter-rouge">.homeassistant</code>) and called <code class="highlighter-rouge">home-assistant_v2.db</code>.</p>
<p>To setup the <code class="highlighter-rouge">recorder</code> component in your installation, add the following to your <code class="highlighter-rouge">configuration.yaml</code> file:</p>