Add missing trigger.for variable to template trigger (#9752)

This commit is contained in:
Phil Bruckner 2019-07-05 18:06:58 -05:00 committed by Franck Nijhof
parent 3d0fe078ee
commit de15708667

View File

@ -145,6 +145,7 @@ The following tables show the available trigger data per platform.
| `trigger.entity_id` | Entity ID that caused change.
| `trigger.from_state` | Previous [state object] of entity that caused change.
| `trigger.to_state` | New [state object] of entity that caused template to change.
| `trigger.for` | Timedelta object how long state has been to state, if any.
### time