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
Before submitting a bug
[x] I updated to the latest version available [x] I cleared the cache of my browser
Describe the bug i'm using value_template in order to round the value, otherwise i get many number after the comma
value_template
Via this kind of code :
stats: default: - entity_id: sensor.q7_max_temps_restant_filtre unit: heure value_template: "{{ value | float(0) | round(0) }}" subtitle: Filtre - entity_id: sensor.q7_max_temps_restant_brosse_laterale value_template: "{{ value | float(0) | round(0) }}" unit: heure subtitle: Brosse Latérale ...
It's working most of the time, but sometime (can't always reproduce), it's not rounding value
Steps to reproduce
type: custom:vacuum-card
Expected behavior Value should be always as precise in the value_template
Screenshots
Versions:
The text was updated successfully, but these errors were encountered:
I have the same issue on my side, its verry anoying
Sorry, something went wrong.
I use this code and I don't have recognized this Problem using Chrome and the Android App:
stats: default: - entity_id: sensor.roborock_q_revo_verbleibende_filterzeit value_template: "{{ value | round(1) }}" unit: h subtitle: Filter - entity_id: sensor.roborock_q_revo_verbleibende_zeit_der_seitenburste value_template: "{{ value | round(1) }}" unit: h subtitle: Seitenbürste - entity_id: sensor.roborock_q_revo_verbleibende_zeit_der_hauptburste value_template: "{{ value | round(1) }}" unit: h subtitle: Hauptbürste - entity_id: sensor.roborock_q_revo_verbleibende_sensorzeit value_template: "{{ value | round(1) }}" unit: h subtitle: Sensoren
No branches or pull requests
Before submitting a bug
[x] I updated to the latest version available
[x] I cleared the cache of my browser
Describe the bug
i'm using
value_template
in order to round the value, otherwise i get many number after the commaVia this kind of code :
It's working most of the time, but sometime (can't always reproduce), it's not rounding value
Steps to reproduce
type: custom:vacuum-card
Expected behavior
Value should be always as precise in the value_template
Screenshots
Versions:
The text was updated successfully, but these errors were encountered: