I have a bunch of TRVs in my house, they run on a schedule that Ive defined with the scheduler component installed via HACS. This is working great.
I want to define 2 blueprints for the following automations:
- if the temperature is changed to another value as in the schedule (a manual change). Start a timer.
- if the timer finishes, set the temperature back to the one in the schedule
with the 'help' of chatGPT I got this blueprint
https://paste.debian.net/hidden/b9dda0b2
As experienced user probably notice, this condition doesnt work. The value_template doesnt properly resolve the values it seems.
I tried many differeny iterations of this but all attempts seem to boil down to, 'you cannot use variables that way'.
I tried to look trough the documentation, but it doesnt mention how to properly use the input entities in jinja templates.