Hi out there
Has someone an idea how to change the decimal (.) and 1000 seperator (.) to be suitable to metric, where dot is 1000 seperator and comma is for decimals?
Thanks
Marinus
Hi out there
Has someone an idea how to change the decimal (.) and 1000 seperator (.) to be suitable to metric, where dot is 1000 seperator and comma is for decimals?
Thanks
Marinus
Yes you can! Look for Number Format
in your profile.
Hi Pippyn,
thks, found it
PS is there an easier way to round off decimals than state: "{{ (states('sensor.maskinhal_forbrug_w') | float(default=0) * 1) | round(0,default=0) }}
for each sensor
Marinus