Recorder - Home Assistant
www.home-assistant.io › integrations › recorderRecorder. 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. In case of Raspberry Pi with an SD card, it might affect your ...
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 …