mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
Updated Google Calendar Integration doc to use condition attributes released in 0.115. (#16235)
This commit is contained in:
parent
f52cc941ce
commit
97174ecd96
@ -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 %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user