We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
i would like to change the digits after the Point.
i.e. Price is 1.699€ -> 1.69€
EDIT: also is there a way to have the name Multi Line? like with or /n ?
The text was updated successfully, but these errors were encountered:
i changed line 106 to:
><span style="font-size: 75%;">${state.state.slice(0, -1)}€</span></ha-label-badge></td>;`
><span style="font-size: 75%;">${state.state.slice(0, -1)}€</span></ha-label-badge></td>
and now i get 2 digits after
now i made some more changed:
https://github.com/KrX3D/tankerkoenig-card
i changed "name" to "street" and "city" and with this i added "multiline"
it would be nice if you could add those into your reposity. thanks
EDIT:
What changed in my fork:
Sorry, something went wrong.
No branches or pull requests
Hello,
i would like to change the digits after the Point.
i.e. Price is 1.699€ -> 1.69€
EDIT: also is there a way to have the name Multi Line? like with
or /n ?
The text was updated successfully, but these errors were encountered: