Hi,
How do I format the output of this sensor to only show two digits after ,?
Templating should work: value_template: '{{ sensor.kontor_343017748 | round(2) }}'
value_template: '{{ sensor.kontor_343017748 | round(2) }}'
Markus