From 355febf56820471098683dd5a9fd84cf0e3ab81b Mon Sep 17 00:00:00 2001 From: Andrey Date: Wed, 8 Feb 2017 22:02:48 +0200 Subject: [PATCH] Fix sqlite file name --- source/_components/recorder.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/recorder.markdown b/source/_components/recorder.markdown index 1026ecba718..7a23bfee0b5 100644 --- a/source/_components/recorder.markdown +++ b/source/_components/recorder.markdown @@ -16,7 +16,7 @@ The `recorder` component is storing details in a database which then are handled Home Assistant uses [SQLAlchemy](http://www.sqlalchemy.org/) as Object Relational Mapper (ORM). This means that you can now use **any** SQL backend for the recorder that is supported by SQLAlchemy, like [MySQL](https://www.mysql.com/), [MariaDB](https://mariadb.org/), or [PostgreSQL](https://www.postgresql.org/). -The default database engine is [SQLite](https://www.sqlite.org/) which doesn't require any configuration. The database is stored in your Home Assistant configuration directory (`.homeassistant`) and called `home-assistant.db`. +The default database engine is [SQLite](https://www.sqlite.org/) which doesn't require any configuration. The database is stored in your Home Assistant configuration directory (`.homeassistant`) and called `home-assistant_v2.db`. To setup the `recorder` component in your installation, add the following to your `configuration.yaml` file: