From 8ff798ccf6e374b0a446c88507313a2567a31b9c Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Fri, 15 Sep 2023 12:14:34 +0200 Subject: [PATCH] Align documented calendar attributes with implementation (#1912) --- docs/core/entity/calendar.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/core/entity/calendar.md b/docs/core/entity/calendar.md index 2b00e49b..528e8638 100644 --- a/docs/core/entity/calendar.md +++ b/docs/core/entity/calendar.md @@ -16,8 +16,7 @@ Properties should always only return information from memory and not do I/O (lik | Name | Type | Default | Description | | ----- | ------------- | --------------------- | ------------------------------------------------------- | -| event | CalendarEvent | `NotImplementedError` | The current or next upcoming `CalendarEvent` or `None`. | -| supported_features | int | int | Flag supported features. | +| event | CalendarEvent | None | **Required** | The current or next upcoming `CalendarEvent` or `None`. | ### States