mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-12 20:06:28 +00:00
Align documented calendar attributes with implementation (#1912)
This commit is contained in:
parent
ffe53acbaa
commit
8ff798ccf6
@ -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 | None</code> | **Required** | The current or next upcoming `CalendarEvent` or `None`. |
|
||||
|
||||
### States
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user