This commit is contained in:
Fabian Affolter 2016-10-11 11:51:43 +02:00
parent 3d8fc2c531
commit 7c70ea93f9
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -11,7 +11,7 @@ footer: true
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. 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.
The trigger data made is available during template rendering as the `trigger` variable. The trigger data made is available during [template](/topics/templating/) rendering as the `trigger` variable.
```yaml ```yaml
# Example configuration.yaml entries # Example configuration.yaml entries