Database - Home Assistant
www.home-assistant.io › docs › backendIf you prefer to run a database server (e.g., PostgreSQL), use the recorder component. To work with SQLite database manually from the command-line, you will need an installation of sqlite3. Alternatively DB Browser for SQLite provides a viewer for exploring the database data and an editor for executing SQL commands. First load your database ...
Recorder - Home Assistant
https://www.home-assistant.io/integrations/recorderThe default, and recommended, database engine is SQLite which does not require any configuration. The database is stored in your Home Assistant configuration directory (’/config/’) and is named home-assistant_v2.db. To change the defaults for the recorder integration in your installation, add the following to your configuration.yaml file:
Database - Home Assistant
https://www.home-assistant.io/docs/backend/databaseDatabase - Home Assistant Database Home Assistant uses database to store events and parameters for history and tracking. The default database used is SQLite and the database file is stored in your configuration directory (e.g., <path to config dir>/home-assistant_v2.db ); however, other databases can be used.