Fixed substration.

This commit is contained in:
Marcus Scholz 2023-06-09 21:57:23 +02:00
parent 0d00747fe4
commit a433286324
1 changed files with 2 additions and 3 deletions

View File

@ -586,8 +586,7 @@
mode: single
variables:
message: 'Die Außentemperatur ist mit {{states.sensor.aussentemperator.state}}
° Celsius {{((states.sensor.aussentemperator.state|float)-(states.sensor.wohnungstemperatur.state|float))
| round(1)}} Grad niedriger als die Wohnungstemperatur. Lass die Frischluft
herein!
° Celsius {{((states.sensor.wohnungstemperatur.state|float)-(states.sensor.aussentemperator.state|float))|round(1)}}
Grad niedriger als die Wohnungstemperatur. Lass die Frischluft herein!
'