Upgrade Your Lighting with JRT2-56: 5/6 LED Smooth Retrofit Kit

The Jet Lighting JRT2-56-3CCT-S-NE26-5-6 LED Smooth Retrofit Kit is a versatile and affordable option for both remodel and new construction ...

Showing posts with label What database does Home Assistant use?. Show all posts
Showing posts with label What database does Home Assistant use?. Show all posts

How does Home Assistant store data?

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., /home-assistant_v2. db ); however, other databases can be used. May 18, 2016

How long does Home Assistant retain data?

10 days It is this setting in the recorder integration: https://www.home-assistant.io/integrations/recorder/#purge_keep_days it lists the default as 10 days. You can also limit the amount of data stored by excluding entities you are not interested in the history of. Nov 26, 2021

Where is Home Assistant history stored?

The history is stored in a SQLite database home-assistant_v2. db within your configuration directory unless the recorder integration is set up differently.

How long does Home Assistant retain data?

10 days It is this setting in the recorder integration: https://www.home-assistant.io/integrations/recorder/#purge_keep_days it lists the default as 10 days. You can also limit the amount of data stored by excluding entities you are not interested in the history of. Nov 26, 2021

Where does Home Assistant store its data?

The database is stored in your Home Assistant configuration directory ('/config/') and is named home-assistant_v2. db .