Home Assistant Unofficial Reference 2024.12.1
homeassistant.helpers.event.TrackTemplateResult Class Reference

Detailed Description

Class for result of template tracking.

template
    The template that has changed.
last_result
    The output from the template on the last successful run, or None
    if no previous successful run.
result
    Result from the template run. This will be a string or an
    TemplateError if the template resulted in an error.

Definition at line 157 of file event.py.


The documentation for this class was generated from the following file: