mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 21:36:52 +00:00
Update documentation for calendar trigger data event type field (#22845)
This commit is contained in:
parent
b646d2f050
commit
6094ada6bb
@ -29,7 +29,7 @@ The following describes trigger data associated with all platforms.
|
||||
| Template variable | Data |
|
||||
| ------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| `trigger.platform` | Hardcoded: `calendar` |
|
||||
| `trigger.event_type` | The trigger event type, either `start` or `end` |
|
||||
| `trigger.event` | The trigger event type, either `start` or `end` |
|
||||
| `trigger.calendar_event` | The calendar event object matched. |
|
||||
| `trigger.calendar_event.summary` | The title or summary of the calendar event. |
|
||||
| `trigger.calendar_event.start` | String representation of the start date or date time of the calendar event e.g. `2022-04-10`, or `2022-04-10 11:30:00-07:00` |
|
||||
|
Loading…
x
Reference in New Issue
Block a user