Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Number Format - number.toLocaleString ? #67

Open
zibous opened this issue Jul 20, 2020 · 0 comments
Open

Number Format - number.toLocaleString ? #67

zibous opened this issue Jul 20, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@zibous
Copy link

zibous commented Jul 20, 2020

Is there any way to format the representation of the number for a card ?

Bildschirmfoto 2020-07-20 um 15 07 34

entities:
  - title: "Wasserverbrauch"
    entities:
      - entity: sensor.wasser_liter_jahr
        name: Jahr
        localestring: 'de-AT'                     ##  this way ??
        tap_action:
          action: more-info
          entity: sensor.wasser_liter_jahr

Result for number.toLocaleString(localestring):

Number(54123.990).toLocaleString("de-DE")
"54.123,99"
@DBuit DBuit added the enhancement New feature or request label Apr 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants