I have an entity reporting a state of "£1.80". With minimal card configuration this displays as "£1.8"
As you can see, the entity is set to have a display precision of 2 decimals too:
If I add the format: precision2 config to the card, I lose the £, and get GBP at the end which is not what I want either.
I can remove the GBP by setting unit: " " but then I just have a number with no £ sign.
Expected Result: Table shows "£1.80"
I have an entity reporting a state of "£1.80". With minimal card configuration this displays as "£1.8"
As you can see, the entity is set to have a display precision of 2 decimals too:
If I add the
format: precision2config to the card, I lose the £, and get GBP at the end which is not what I want either.I can remove the GBP by setting
unit: " "but then I just have a number with no £ sign.Expected Result: Table shows "£1.80"