Aigars Mahinovs
Aigars Mahinovs
P.S. Great cudos and thanks for this library - it is a core part of a very important and popular internal project of mine! If you're ever around Munich, I...
Yeah, that is not a good solution at all. Breaking 100% of old code is worse than breaking 0.5% of old code that is depending on some of the insecure...
Does fix of https://github.com/boxboat/fixuid/issues/30 actually address this issue as well?
Not really, cat. The addon should be following the Home Assistant defined settings on the Number Format *specifically* and not just use the default number format of the language chosen...
I wonder if https://github.com/home-assistant/frontend/pull/17249 can be used to get HA to format the values correctly.
Yes, they are. Currently the code in mini-graph-card just uses "language" setting and then asks an external library to format numbers (and dates) in accordance to the rules of that...
There are indeed, like if I click on a value I get this wonderful screen:  That screen has **both** correct number formatting preference (None) in the...
Yes, switching from "English" to German, for example, would change the decimal separator from "." to "," and the thousand separator from "," to ".". And switching language to Esperanto...
https://developers.home-assistant.io/docs/frontend/data/#hassformatentityattributevaluestateobj-attribute-value describes the function that is there to format the value correctly, according to settings of both HA and of the entity itself (like you can set precision on the...
Issue still exists in 2024.5.4