fix: Follow user configured number format.#1338
Closed
nstrandm wants to merge 1 commit intokalkih:masterfrom
Closed
fix: Follow user configured number format.#1338nstrandm wants to merge 1 commit intokalkih:masterfrom
nstrandm wants to merge 1 commit intokalkih:masterfrom
Conversation
Collaborator
|
AI-generated code is not accepted, sorry. |
Author
|
@ildar170975 even if I have reviewed and tested the code? |
Collaborator
|
It will be reviewed. But this cannot be an excuse for people using AI. |
Collaborator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix for issue #1010: Number format not following user profile settings.
Updated the numberFormat method to respect Home Assistant's user profile number_format setting. The card now correctly formats numbers based on the user's locale preferences.
Changes:
Rewrote numberFormat() method in main.js to read hass.locale.number_format and apply the appropriate formatting.
All displayed numbers (state values, Y-axis labels, min/max/avg) now respect user preferences.
Fixes #1010
🤖 Generated with Claude Code