mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-09 18:36:29 +00:00
Add blog post about db schema v32 (#1606)
This commit is contained in:
parent
21e63c3b75
commit
3507ee5ea4
11
blog/2023-01-02-db-schema-v32.md
Normal file
11
blog/2023-01-02-db-schema-v32.md
Normal 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/).
|
Loading…
x
Reference in New Issue
Block a user