Update minimum supported SQLite version to 3.40.1 (#29944)

This commit is contained in:
J. Nick Koston 2024-07-31 08:13:23 -05:00 committed by GitHub
parent 6ca14d3efc
commit bb4d996be7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,7 +24,7 @@ The supported database solutions are:
- [MariaDB](https://mariadb.org/) ≥ 10.3
- [MySQL](https://www.mysql.com/) ≥ 8.0
- [PostgreSQL](https://www.postgresql.org/) ≥ 12
- [SQLite](https://www.sqlite.org/) ≥ 3.31.0
- [SQLite](https://www.sqlite.org/) ≥ 3.40.1
Although SQLAlchemy supports database solutions in addition to the ones supported by Home Assistant, it will behave differently on different databases, and features relied on by the recorder may work differently, or not at all, in different databases.