From ad565e855df417be549cab782dcae53262f2f96a Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 22 Aug 2016 09:23:36 +0200 Subject: [PATCH] Remove stale entry (#819) --- source/_components/recorder.markdown | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/_components/recorder.markdown b/source/_components/recorder.markdown index ad7a5c7902e..259e957d8d1 100644 --- a/source/_components/recorder.markdown +++ b/source/_components/recorder.markdown @@ -18,8 +18,6 @@ Home Assistant uses [SQLAlchemy](http://www.sqlalchemy.org/) as Object Relationa 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`. -```bash - To setup the `recorder` component in your installation, add the following to your `configuration.yaml` file: ```yaml