mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-15 13:26:28 +00:00
Fix typo in calendar entity descriptions.
This commit is contained in:
parent
47e56b4c16
commit
4bd1062318
@ -51,7 +51,7 @@ A `CalendarEvent` represents individual event on a calendar.
|
|||||||
|
|
||||||
| Name | Type | Default | Description |
|
| Name | Type | Default | Description |
|
||||||
| ----------- | ---------------- | ------------ | -------------------------------------------------------------------- |
|
| ----------- | ---------------- | ------------ | -------------------------------------------------------------------- |
|
||||||
| start | datetime or date | **Required** | The start (inclusive) of the event. Must be before `end`. Both `start` and `end` must be the same time. |
|
| start | datetime or date | **Required** | The start (inclusive) of the event. Must be before `end`. Both `start` and `end` must be the same type. |
|
||||||
| end | datetime or date | **Required** | The end (exclusive) of the event. Must be after `start`. |
|
| end | datetime or date | **Required** | The end (exclusive) of the event. Must be after `start`. |
|
||||||
| summary | string | **Required** | A title o summary of the event. |
|
| summary | string | **Required** | A title o summary of the event. |
|
||||||
| location | string | `None` | A geographic location of the event. |
|
| location | string | `None` | A geographic location of the event. |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user