Add blog post about db schema v32 (#1606)

This commit is contained in:
J. Nick Koston 2023-01-02 23:28:14 -10:00 committed by GitHub
parent 21e63c3b75
commit 3507ee5ea4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,11 @@
---
author: J. Nick Koston
authorURL: https://github.com/bdraco
title: "Database schema v32 updates"
---
For Home Assistant Core 2023.2 the database schema has changed.
This change affects custom integrations that do not use the `recorder` [`history`](https://github.com/home-assistant/core/blob/dev/homeassistant/components/recorder/history.py) API and access the `last_updated`, `last_changed`, or `time_fired` columns directly.
The documentation for the [`events`](https://data.home-assistant.io/docs/events) and [`states`](https://data.home-assistant.io/docs/events/) have been updated and is available at the [Data Science Portal](https://data.home-assistant.io/).