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
Checklist
Describe the bug float_precision rounds as expected, but then omits trailing zeores
Version of the card Version: 2.1.2
To Reproduce This is the configuration I used:
type: custom:apexcharts-card header: show: true show_states: true series: - entity: sensor.fuel_prices_fuelprices_directlease_1561_devicetracker # value: 1.899 float_precision: 2
Screenshots
If I use float_precision: 3 I get:
float_precision: 3
Expected behavior It should show 1.90 and not 1.9 when set with float_precision: 2
float_precision: 2
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Checklist
Describe the bug
float_precision rounds as expected, but then omits trailing zeores
Version of the card
Version: 2.1.2
To Reproduce
This is the configuration I used:
Screenshots
If I use
float_precision: 3
I get:Expected behavior
It should show 1.90 and not 1.9 when set with
float_precision: 2
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: