mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-20 07:46:52 +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
|
```yaml
|
||||||
condition:
|
condition:
|
||||||
condition: template
|
- condition: state
|
||||||
value_template: "{{is_state_attr('calendar.calendar_name', 'message', 'vacation') }}"
|
entity_id: calendar.calendar_name
|
||||||
|
state: vacation
|
||||||
|
attribute: message
|
||||||
```
|
```
|
||||||
|
|
||||||
{% endraw %}
|
{% endraw %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user