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
2 changes: 2 additions & 0 deletions source/_docs/automation/templating.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ There are a few very important rules to remember when writing automation templat

Remembering these simple rules will help save you from many headaches and endless hours of frustration when using automation templates.

It is possible to use `data` and `data_template` concurrently but be aware that `data_template` will overwrite attributes that are provided in both.

## Trigger State Object

Knowing how to access the [state object](/docs/configuration/state_object/) of a trigger entity could be one of the more common questions. Here are a few ways for the [`state`](#state), [`numeric_state`](#numeric_state) and [`template`](#template) triggers:
Expand Down