I've got what I think is a really basic question I have a thermostat in my house but also a a temperature sensor elsewhere. What I want it to do is if the sensor detects the temperature is above a certain value then turn down the thermostat. The trigger is like this
type: temperature
device_id: 7f3897ef78c629156fb7ee03c2b3c6ce
entity_id: cae5b39925315c57a01db218dce89f87
domain: sensor
trigger: device
above: 22
for:
hours: 0
minutes: 30
seconds: 0
That all works great. To make it perfect I'd like it to be based on the current thermostat setting not an absolute value so instead of it being 22 it's current thermostat temp +4 or whatever. So it maintains the difference between them. I just cannot work out how to do it, or if it's even possible with this trigger format