From bf4b139c08adc9baae51760d012347e9693b30b1 Mon Sep 17 00:00:00 2001 From: Allen Porter Date: Mon, 18 Apr 2022 11:21:44 -0700 Subject: [PATCH] Add developer blog post about Calendar Data Model (#1291) Co-authored-by: Paulus Schoutsen Co-authored-by: Paulus Schoutsen --- blog/2022-04-18-calendar-data-model.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 blog/2022-04-18-calendar-data-model.md diff --git a/blog/2022-04-18-calendar-data-model.md b/blog/2022-04-18-calendar-data-model.md new file mode 100644 index 00000000..74a8140b --- /dev/null +++ b/blog/2022-04-18-calendar-data-model.md @@ -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. +