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