Remove stale entry (#819)

This commit is contained in:
Fabian Affolter 2016-08-22 09:23:36 +02:00 committed by GitHub
parent 85eec85e10
commit ad565e855d

View File

@ -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