History - Home Assistant
www.home-assistant.io › integrations › historyThe history integration will track everything that is going on within Home Assistant and allows the user to browse through it. It depends on the recorder integration for storing the data and uses the same database setting. If any entities are excluded from being recorded, no history will be available for these entities.
Recorder - Home Assistant
www.home-assistant.io › integrations › recorderRecorder - Home Assistant Recorder The recorder integration is responsible for storing details in a database, which then are handled by the history integration. This integration constantly saves data. If you use the default configuration, the data will be saved on the media Home Assistant is installed on.
Recorder - Home Assistant
https://www.home-assistant.io/integrations/recorderHome Assistant uses SQLAlchemy, which is an Object Relational Mapper (ORM).This makes it possible to use a number of database solutions. The supported database solutions are: MariaDB ≥ 10.3; MySQL ≥ 8.0; PostgreSQL ≥ 12; SQLite ≥ 3.31.0; Although SQLAlchemy supports additional database solutions, it will behave differently on different databases, and features relied on by …