Help please! I’m using the script below to send the temperature to one of my TRVs. The script worked fine, but I now want to add an offset temperature. So I added: “+ input_number.offset_br3”. The script doesn’t work anymore. What am I doing wrong? Sorry, I don’t understand YAML very well…
action: climate.set_temperature
metadata: {}
data:
temperature: “{{ states(‘input_number.target_temperature + input_number.offset_br3’) | float }}”
target:
entity_id:
- climate.loft_bedroom