mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-22 16:56:29 +00:00
Add developer blog post about Calendar Data Model (#1291)
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io> Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
This commit is contained in:
parent
b7b713a43c
commit
bf4b139c08
8
blog/2022-04-18-calendar-data-model.md
Normal file
8
blog/2022-04-18-calendar-data-model.md
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
author: Allen Porter
|
||||
authorURL: https://github.com/allenporter
|
||||
title: "Calendar Data Model improvements and deprecations"
|
||||
---
|
||||
|
||||
As of Home Assistant Core 2022.5, `CalendarDeviceEntity` is deprecated and superseded by `CalendarEntity`. The new entity has a more well defined data model, and a streamlined websocket API. `CalendarDeviceEntity` will be removed in a future Home Assistant release and custom components are required to migrate to the new APIs. See the new [Calendar Entity](https://developers.home-assistant.io/docs/core/entity/calendar) developer documentation for details.
|
||||
|
Loading…
x
Reference in New Issue
Block a user