Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions source/_integrations/calendar.google.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,10 @@ For example, the actions following this condition will only be executed for even

```yaml
condition:
condition: template
value_template: "{{is_state_attr('calendar.calendar_name', 'message', 'vacation') }}"
- condition: state
entity_id: calendar.calendar_name
state: vacation
attribute: message
```

{% endraw %}