Working with automation editor, I am having an issue creating value templates, even though they work fine in the template editor…
What am I doing wrong?
Working with automation editor, I am having an issue creating value templates, even though they work fine in the template editor…
What am I doing wrong?
If I’m not mistaken that is a known bug.
value_template: "{{ state_attr('weather.home', 'temperature')|float(0)<105 }}"
As @finity commented, there is a bug in the UI condition test function when it comes to Template and Zone conditions. This does not affect the actual function of template or zone conditions… it’s just the test function.
Thanks all.