You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Home Assistant 0.19 we introduced a new powerful feature: variables in scripts and automations. This makes it possible to adjust your condition and action based on the information of the trigger.
14
14
15
-
The trigger data made is available during [template](/configuration/templating/) rendering as the `trigger` variable.
15
+
The trigger data made is available during [template](/docs/configuration/templating/) rendering as the `trigger` variable.
16
16
17
17
```yaml
18
18
# Example configuration.yaml entries
@@ -128,4 +128,4 @@ The following tables show the available trigger data per platform.
128
128
| `trigger.zone` | State object of zone
129
129
| `trigger.event` | Event that trigger observed: `enter`or `leave`.
0 commit comments