(solved) Help getting a value from negative to positive in template (*-1)

Here’s from one of my template sensors:

{{ (states('input_number.6900_upstairs_hvac_on_threshold') | float)*-1 }}

Would test in the /developer-tools/template section to confirm intended behavior.

1 Like