Yes, it seems likely.
There is no connection between the Action tool and the Template editor tool. You need to use the “Copy to Clipboard(Template)” button to copy the data and then paste it into the Template editor tool, otherwise the variable value
doesn’t contain anything in the Template editor.
When you paste the copied data into the Template editor to test the template for your sensor, it will be pasted in as a set
statement using whatever variable ID you assigned the response_variable
in the action.
Trigger-based sensors are not supported in Template Helpers, they must be added to your configuration.yaml
file (or a properly merged file that has template
as the top-level key). Other “advanced” functions like delay_on
, availability
, and attributes
are also only available when configured in YAML.