Align documented calendar attributes with implementation (#1912)

This commit is contained in:
Erik Montnemery 2023-09-15 12:14:34 +02:00 committed by GitHub
parent ffe53acbaa
commit 8ff798ccf6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 | <code>CalendarEvent &#124; None</code> | **Required** | The current or next upcoming `CalendarEvent` or `None`. |
### States